Skip to content

Commit 56cbf18

Browse files
authored
[create-pull-request] automated change
1 parent d2862c8 commit 56cbf18

22 files changed

+840
-632
lines changed

addons/apigatewayv2-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: apigatewayv2-chart
33
description: A Helm chart for the ACK service controller for Amazon API Gateway (APIGWv2)
4-
version: 1.0.7
5-
appVersion: 1.0.7
4+
version: 1.0.9
5+
appVersion: 1.0.9
66
home: https://github.com/aws-controllers-k8s/apigatewayv2-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

addons/apigatewayv2-chart/crds/apigatewayv2.services.k8s.aws_apis.yaml

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.2
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: apis.apigatewayv2.services.k8s.aws
98
spec:
109
group: apigatewayv2.services.k8s.aws
@@ -21,20 +20,28 @@ spec:
2120
description: API is the Schema for the APIS API
2221
properties:
2322
apiVersion:
24-
description: 'APIVersion defines the versioned schema of this representation
25-
of an object. Servers should convert recognized schemas to the latest
26-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23+
description: |-
24+
APIVersion defines the versioned schema of this representation of an object.
25+
Servers should convert recognized schemas to the latest internal value, and
26+
may reject unrecognized values.
27+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2728
type: string
2829
kind:
29-
description: 'Kind is a string value representing the REST resource this
30-
object represents. Servers may infer this from the endpoint the client
31-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30+
description: |-
31+
Kind is a string value representing the REST resource this object represents.
32+
Servers may infer this from the endpoint the client submits requests to.
33+
Cannot be updated.
34+
In CamelCase.
35+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3236
type: string
3337
metadata:
3438
type: object
3539
spec:
36-
description: "ApiSpec defines the desired state of Api. \n Represents
37-
an API."
40+
description: |-
41+
ApiSpec defines the desired state of Api.
42+
43+
44+
Represents an API.
3845
properties:
3946
apiKeySelectionExpression:
4047
type: string
@@ -43,8 +50,9 @@ spec:
4350
body:
4451
type: string
4552
corsConfiguration:
46-
description: Represents a CORS configuration. Supported only for HTTP
47-
APIs. See Configuring CORS (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html)
53+
description: |-
54+
Represents a CORS configuration. Supported only for HTTP APIs. See Configuring
55+
CORS (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html)
4856
for more information.
4957
properties:
5058
allowCredentials:
@@ -110,24 +118,26 @@ spec:
110118
description: APIStatus defines the observed state of API
111119
properties:
112120
ackResourceMetadata:
113-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
114-
member that is used to contain resource sync state, account ownership,
121+
description: |-
122+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
123+
that is used to contain resource sync state, account ownership,
115124
constructed ARN for the resource
116125
properties:
117126
arn:
118-
description: 'ARN is the Amazon Resource Name for the resource.
119-
This is a globally-unique identifier and is set only by the
120-
ACK service controller once the controller has orchestrated
121-
the creation of the resource OR when it has verified that an
122-
"adopted" resource (a resource where the ARN annotation was
123-
set by the Kubernetes user on the CR) exists and matches the
124-
supplied CR''s Spec field values. TODO(vijat@): Find a better
125-
strategy for resources that do not have ARN in CreateOutputResponse
126-
https://github.com/aws/aws-controllers-k8s/issues/270'
127+
description: |-
128+
ARN is the Amazon Resource Name for the resource. This is a
129+
globally-unique identifier and is set only by the ACK service controller
130+
once the controller has orchestrated the creation of the resource OR
131+
when it has verified that an "adopted" resource (a resource where the
132+
ARN annotation was set by the Kubernetes user on the CR) exists and
133+
matches the supplied CR's Spec field values.
134+
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
135+
https://github.com/aws/aws-controllers-k8s/issues/270
127136
type: string
128137
ownerAccountID:
129-
description: OwnerAccountID is the AWS Account ID of the account
130-
that owns the backend AWS service API resource.
138+
description: |-
139+
OwnerAccountID is the AWS Account ID of the account that owns the
140+
backend AWS service API resource.
131141
type: string
132142
region:
133143
description: Region is the AWS region in which the resource exists
@@ -144,14 +154,16 @@ spec:
144154
apiID:
145155
type: string
146156
conditions:
147-
description: All CRS managed by ACK have a common `Status.Conditions`
148-
member that contains a collection of `ackv1alpha1.Condition` objects
149-
that describe the various terminal states of the CR and its backend
150-
AWS service API resource
157+
description: |-
158+
All CRS managed by ACK have a common `Status.Conditions` member that
159+
contains a collection of `ackv1alpha1.Condition` objects that describe
160+
the various terminal states of the CR and its backend AWS service API
161+
resource
151162
items:
152-
description: Condition is the common struct used by all CRDs managed
153-
by ACK service controllers to indicate terminal states of the
154-
CR and its backend AWS service API resource
163+
description: |-
164+
Condition is the common struct used by all CRDs managed by ACK service
165+
controllers to indicate terminal states of the CR and its backend AWS
166+
service API resource
155167
properties:
156168
lastTransitionTime:
157169
description: Last time the condition transitioned from one status

addons/apigatewayv2-chart/crds/apigatewayv2.services.k8s.aws_authorizers.yaml

Lines changed: 50 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.2
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: authorizers.apigatewayv2.services.k8s.aws
98
spec:
109
group: apigatewayv2.services.k8s.aws
@@ -21,31 +20,41 @@ spec:
2120
description: Authorizer is the Schema for the Authorizers API
2221
properties:
2322
apiVersion:
24-
description: 'APIVersion defines the versioned schema of this representation
25-
of an object. Servers should convert recognized schemas to the latest
26-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23+
description: |-
24+
APIVersion defines the versioned schema of this representation of an object.
25+
Servers should convert recognized schemas to the latest internal value, and
26+
may reject unrecognized values.
27+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2728
type: string
2829
kind:
29-
description: 'Kind is a string value representing the REST resource this
30-
object represents. Servers may infer this from the endpoint the client
31-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30+
description: |-
31+
Kind is a string value representing the REST resource this object represents.
32+
Servers may infer this from the endpoint the client submits requests to.
33+
Cannot be updated.
34+
In CamelCase.
35+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3236
type: string
3337
metadata:
3438
type: object
3539
spec:
36-
description: "AuthorizerSpec defines the desired state of Authorizer.
37-
\n Represents an authorizer."
40+
description: |-
41+
AuthorizerSpec defines the desired state of Authorizer.
42+
43+
44+
Represents an authorizer.
3845
properties:
3946
apiID:
4047
type: string
4148
apiRef:
4249
description: "AWSResourceReferenceWrapper provides a wrapper around
43-
*AWSResourceReference type to provide more user friendly syntax
44-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
50+
*AWSResourceReference\ntype to provide more user friendly syntax
51+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
52+
\ name: my-api"
4553
properties:
4654
from:
47-
description: AWSResourceReference provides all the values necessary
48-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
55+
description: |-
56+
AWSResourceReference provides all the values necessary to reference another
57+
k8s resource for finding the identifier(Id/ARN/Name)
4958
properties:
5059
name:
5160
type: string
@@ -71,8 +80,9 @@ spec:
7180
identityValidationExpression:
7281
type: string
7382
jwtConfiguration:
74-
description: Represents the configuration of a JWT authorizer. Required
75-
for the JWT authorizer type. Supported only for HTTP APIs.
83+
description: |-
84+
Represents the configuration of a JWT authorizer. Required for the JWT authorizer
85+
type. Supported only for HTTP APIs.
7686
properties:
7787
audience:
7888
items:
@@ -94,24 +104,26 @@ spec:
94104
description: AuthorizerStatus defines the observed state of Authorizer
95105
properties:
96106
ackResourceMetadata:
97-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
98-
member that is used to contain resource sync state, account ownership,
107+
description: |-
108+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
109+
that is used to contain resource sync state, account ownership,
99110
constructed ARN for the resource
100111
properties:
101112
arn:
102-
description: 'ARN is the Amazon Resource Name for the resource.
103-
This is a globally-unique identifier and is set only by the
104-
ACK service controller once the controller has orchestrated
105-
the creation of the resource OR when it has verified that an
106-
"adopted" resource (a resource where the ARN annotation was
107-
set by the Kubernetes user on the CR) exists and matches the
108-
supplied CR''s Spec field values. TODO(vijat@): Find a better
109-
strategy for resources that do not have ARN in CreateOutputResponse
110-
https://github.com/aws/aws-controllers-k8s/issues/270'
113+
description: |-
114+
ARN is the Amazon Resource Name for the resource. This is a
115+
globally-unique identifier and is set only by the ACK service controller
116+
once the controller has orchestrated the creation of the resource OR
117+
when it has verified that an "adopted" resource (a resource where the
118+
ARN annotation was set by the Kubernetes user on the CR) exists and
119+
matches the supplied CR's Spec field values.
120+
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
121+
https://github.com/aws/aws-controllers-k8s/issues/270
111122
type: string
112123
ownerAccountID:
113-
description: OwnerAccountID is the AWS Account ID of the account
114-
that owns the backend AWS service API resource.
124+
description: |-
125+
OwnerAccountID is the AWS Account ID of the account that owns the
126+
backend AWS service API resource.
115127
type: string
116128
region:
117129
description: Region is the AWS region in which the resource exists
@@ -124,14 +136,16 @@ spec:
124136
authorizerID:
125137
type: string
126138
conditions:
127-
description: All CRS managed by ACK have a common `Status.Conditions`
128-
member that contains a collection of `ackv1alpha1.Condition` objects
129-
that describe the various terminal states of the CR and its backend
130-
AWS service API resource
139+
description: |-
140+
All CRS managed by ACK have a common `Status.Conditions` member that
141+
contains a collection of `ackv1alpha1.Condition` objects that describe
142+
the various terminal states of the CR and its backend AWS service API
143+
resource
131144
items:
132-
description: Condition is the common struct used by all CRDs managed
133-
by ACK service controllers to indicate terminal states of the
134-
CR and its backend AWS service API resource
145+
description: |-
146+
Condition is the common struct used by all CRDs managed by ACK service
147+
controllers to indicate terminal states of the CR and its backend AWS
148+
service API resource
135149
properties:
136150
lastTransitionTime:
137151
description: Last time the condition transitioned from one status

0 commit comments

Comments
 (0)