Skip to content

Commit

Permalink
Add example-id annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Sergen Yalçın <[email protected]>
  • Loading branch information
sergenyalcin committed Mar 7, 2024
1 parent 0945581 commit c14dcff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/apigateway/v1beta1/integrationresponse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: RestAPI
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemoapi
Expand All @@ -14,7 +16,9 @@ apiVersion: apigateway.aws.upbound.io/v1beta1
kind: IntegrationResponse
metadata:
annotations:
# Disabling import step because of the unstable ID
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemointegrationresponse
Expand Down Expand Up @@ -46,6 +50,7 @@ kind: Integration
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemointegration
Expand All @@ -68,6 +73,7 @@ kind: Method
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemomethod
Expand All @@ -88,6 +94,7 @@ kind: MethodResponse
metadata:
annotations:
uptest.upbound.io/disable-import: "true"
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: response-200
Expand All @@ -108,6 +115,8 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Resource
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemoresource
Expand All @@ -125,6 +134,8 @@ spec:
apiVersion: apigateway.aws.upbound.io/v1beta1
kind: Model
metadata:
annotations:
meta.upbound.io/example-id: apigateway/v1beta1/integrationresponse
labels:
testing.upbound.io/example-name: integration
name: mydemomodel
Expand Down

0 comments on commit c14dcff

Please sign in to comment.