You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Update to ACK runtime `v0.30.0`, code-generator `v0.30.0`
----------
* ACK code-generator `v0.30.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.30.0)
* ACK runtime `v0.30.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.30.0)
----------
NOTE:
This PR increments the release version of service controller from `v0.0.30` to `v0.0.31`
Once this PR is merged, release `v0.0.31` will be automatically created for `mq-controller`
**Please close this PR, if you do not want the new patch release for `mq-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building mq-controller ====
Copying common custom resource definitions into mq
Building Kubernetes API objects for mq
Generating deepcopy code for mq
Generating custom resource definitions for mq
Building service controller for mq
Generating RBAC manifests for mq
Running gofmt against generated code for mq
Updating additional GitHub repository maintenance files
==== building mq-controller release artifacts ====
Building release artifacts for mq-v0.0.31
Generating common custom resource definitions
Generating custom resource definitions for mq
Generating RBAC manifests for mq
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
description: Broker is the Schema for the Brokers API
22
21
properties:
23
22
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
27
28
type: string
28
29
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
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -40,8 +44,11 @@ spec:
40
44
autoMinorVersionUpgrade:
41
45
type: boolean
42
46
configuration:
43
-
description: "A list of information about the configuration. \n Does
44
-
not apply to RabbitMQ brokers."
47
+
description: |-
48
+
A list of information about the configuration.
49
+
50
+
51
+
Does not apply to RabbitMQ brokers.
45
52
properties:
46
53
id:
47
54
type: string
@@ -54,8 +61,11 @@ spec:
54
61
deploymentMode:
55
62
type: string
56
63
encryptionOptions:
57
-
description: "Does not apply to RabbitMQ brokers. \n Encryption options
58
-
for the broker."
64
+
description: |-
65
+
Does not apply to RabbitMQ brokers.
66
+
67
+
68
+
Encryption options for the broker.
59
69
properties:
60
70
kmsKeyID:
61
71
type: string
@@ -69,9 +79,12 @@ spec:
69
79
hostInstanceType:
70
80
type: string
71
81
ldapServerMetadata:
72
-
description: "Optional. The metadata of the LDAP server used to authenticate
73
-
and authorize connections to the broker. \n Does not apply to RabbitMQ
74
-
brokers."
82
+
description: |-
83
+
Optional. The metadata of the LDAP server used to authenticate and authorize
84
+
connections to the broker.
85
+
86
+
87
+
Does not apply to RabbitMQ brokers.
75
88
properties:
76
89
hosts:
77
90
items:
@@ -108,8 +121,9 @@ spec:
108
121
type: boolean
109
122
type: object
110
123
maintenanceWindowStartTime:
111
-
description: The scheduled time period relative to UTC during which
112
-
Amazon MQ begins to apply pending updates or patches to the broker.
124
+
description: |-
125
+
The scheduled time period relative to UTC during which Amazon MQ begins to
126
+
apply pending updates or patches to the broker.
113
127
properties:
114
128
dayOfWeek:
115
129
type: string
@@ -125,13 +139,14 @@ spec:
125
139
securityGroupRefs:
126
140
items:
127
141
description: "AWSResourceReferenceWrapper provides a wrapper around
128
-
*AWSResourceReference type to provide more user friendly syntax
129
-
for references using 'from' field Ex: APIIDRef: \n from: name:
130
-
my-api"
142
+
*AWSResourceReference\ntype to provide more user friendly syntax
143
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
144
+
\ name: my-api"
131
145
properties:
132
146
from:
133
-
description: AWSResourceReference provides all the values necessary
134
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
147
+
description: |-
148
+
AWSResourceReference provides all the values necessary to reference another
149
+
k8s resource for finding the identifier(Id/ARN/Name)
135
150
properties:
136
151
name:
137
152
type: string
@@ -151,13 +166,14 @@ spec:
151
166
subnetRefs:
152
167
items:
153
168
description: "AWSResourceReferenceWrapper provides a wrapper around
154
-
*AWSResourceReference type to provide more user friendly syntax
155
-
for references using 'from' field Ex: APIIDRef: \n from: name:
156
-
my-api"
169
+
*AWSResourceReference\ntype to provide more user friendly syntax
170
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
171
+
\ name: my-api"
157
172
properties:
158
173
from:
159
-
description: AWSResourceReference provides all the values necessary
160
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
174
+
description: |-
175
+
AWSResourceReference provides all the values necessary to reference another
176
+
k8s resource for finding the identifier(Id/ARN/Name)
161
177
properties:
162
178
name:
163
179
type: string
@@ -170,11 +186,11 @@ spec:
170
186
type: object
171
187
users:
172
188
items:
173
-
description: A user associated with the broker. For RabbitMQ brokers,
174
-
one and only one administrative user is accepted and created when
175
-
a broker is first provisioned. All subsequent broker users are
176
-
created by making RabbitMQ API calls directly to brokers or via
177
-
the RabbitMQ web console.
189
+
description: |-
190
+
A user associated with the broker. For RabbitMQ brokers, one and only one
191
+
administrative user is accepted and created when a broker is first provisioned.
192
+
All subsequent broker users are created by making RabbitMQ API calls directly
193
+
to brokers or via the RabbitMQ web console.
178
194
properties:
179
195
consoleAccess:
180
196
type: boolean
@@ -183,8 +199,9 @@ spec:
183
199
type: string
184
200
type: array
185
201
password:
186
-
description: SecretKeyReference combines a k8s corev1.SecretReference
187
-
with a specific key within the referred-to Secret
202
+
description: |-
203
+
SecretKeyReference combines a k8s corev1.SecretReference with a
204
+
specific key within the referred-to Secret
188
205
properties:
189
206
key:
190
207
description: Key is the key within the secret
@@ -219,24 +236,26 @@ spec:
219
236
description: BrokerStatus defines the observed state of Broker
220
237
properties:
221
238
ackResourceMetadata:
222
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
223
-
member that is used to contain resource sync state, account ownership,
239
+
description: |-
240
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
241
+
that is used to contain resource sync state, account ownership,
224
242
constructed ARN for the resource
225
243
properties:
226
244
arn:
227
-
description: 'ARN is the Amazon Resource Name for the resource.
228
-
This is a globally-unique identifier and is set only by the
229
-
ACK service controller once the controller has orchestrated
230
-
the creation of the resource OR when it has verified that an
231
-
"adopted" resource (a resource where the ARN annotation was
232
-
set by the Kubernetes user on the CR) exists and matches the
233
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
234
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments