From c14dcff3aa2bc955fe58b4d7cd2a85b5b377cce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergen=20Yal=C3=A7=C4=B1n?= Date: Thu, 7 Mar 2024 12:09:19 +0300 Subject: [PATCH] Add example-id annotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergen Yalçın --- examples/apigateway/v1beta1/integrationresponse.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/apigateway/v1beta1/integrationresponse.yaml b/examples/apigateway/v1beta1/integrationresponse.yaml index 4c9f2f300d..f4b13ffbeb 100644 --- a/examples/apigateway/v1beta1/integrationresponse.yaml +++ b/examples/apigateway/v1beta1/integrationresponse.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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