55apiVersion : apigateway.aws.upbound.io/v1beta1
66kind : RestAPI
77metadata :
8+ annotations :
9+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
810 labels :
911 testing.upbound.io/example-name : restapi
1012 name : auth-demo
1113spec :
1214 forProvider :
1315 name : auth-demo
1416 region : us-west-1
17+
1518---
19+
1620apiVersion : apigateway.aws.upbound.io/v1beta1
1721kind : RestAPIPolicy
1822metadata :
1923 annotations :
24+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
2025 upjet.upbound.io/manual-intervention : " RestAPIPolicy needs a valid arn for its policy json."
2126 labels :
2227 testing.upbound.io/example-name : restapi
@@ -46,10 +51,14 @@ spec:
4651 restApiIdSelector :
4752 matchLabels :
4853 testing.upbound.io/example-name : test
54+
4955---
56+
5057apiVersion : apigateway.aws.upbound.io/v1beta1
5158kind : Authorizer
5259metadata :
60+ annotations :
61+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
5362 labels :
5463 testing.upbound.io/example-name : demo
5564 name : demo
@@ -64,10 +73,14 @@ spec:
6473 restApiIdSelector :
6574 matchLabels :
6675 testing.upbound.io/example-name : restapi
76+
6777---
78+
6879apiVersion : apigateway.aws.upbound.io/v1beta1
6980kind : DocumentationVersion
7081metadata :
82+ annotations :
83+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
7184 labels :
7285 testing.upbound.io/example-name : example
7386 name : example
@@ -79,10 +92,14 @@ spec:
7992 matchLabels :
8093 testing.upbound.io/example-name : restapi
8194 version : example_version
95+
8296---
97+
8398apiVersion : apigateway.aws.upbound.io/v1beta1
8499kind : DocumentationPart
85100metadata :
101+ annotations :
102+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
86103 labels :
87104 testing.upbound.io/example-name : restapi
88105 name : example
@@ -95,10 +112,14 @@ spec:
95112 restApiIdSelector :
96113 matchLabels :
97114 testing.upbound.io/example-name : restapi
115+
98116---
117+
99118apiVersion : apigateway.aws.upbound.io/v1beta1
100119kind : GatewayResponse
101120metadata :
121+ annotations :
122+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
102123 labels :
103124 testing.upbound.io/example-name : test
104125 name : test
@@ -114,10 +135,14 @@ spec:
114135 matchLabels :
115136 testing.upbound.io/example-name : restapi
116137 statusCode : " 401"
138+
117139---
140+
118141apiVersion : iam.aws.upbound.io/v1beta1
119142kind : Role
120143metadata :
144+ annotations :
145+ meta.upbound.io/example-id : apigateway/v1beta1/restapi
121146 labels :
122147 testing.upbound.io/example-name : restapi
123148 name : test-invocation-role-${Rand.RFC1123Subdomain}
0 commit comments