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 (#48)
### 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 `v1.0.7` to `v1.0.8`
Once this PR is merged, release `v1.0.8` will be automatically created for `sns-controller`
**Please close this PR, if you do not want the new patch release for `sns-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building sns-controller ====
Copying common custom resource definitions into sns
Building Kubernetes API objects for sns
Generating deepcopy code for sns
Generating custom resource definitions for sns
Building service controller for sns
Generating RBAC manifests for sns
Running gofmt against generated code for sns
Updating additional GitHub repository maintenance files
==== building sns-controller release artifacts ====
Building release artifacts for sns-v1.0.8
Generating common custom resource definitions
Generating custom resource definitions for sns
Generating RBAC manifests for sns
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
29
type: string
29
30
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
37
type: string
34
38
metadata:
35
39
type: object
36
40
spec:
37
-
description: "PlatformApplicationSpec defines the desired state of PlatformApplication.
38
-
\n Platform application object."
41
+
description: |-
42
+
PlatformApplicationSpec defines the desired state of PlatformApplication.
43
+
44
+
45
+
Platform application object.
39
46
properties:
40
47
eventDeliveryFailure:
41
48
type: string
42
49
eventEndpointCreated:
43
50
type: string
44
51
eventEndpointCreatedRef:
45
52
description: "AWSResourceReferenceWrapper provides a wrapper around
46
-
*AWSResourceReference type to provide more user friendly syntax
47
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
53
+
*AWSResourceReference\ntype to provide more user friendly syntax
54
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
55
+
\ name: my-api"
48
56
properties:
49
57
from:
50
-
description: AWSResourceReference provides all the values necessary
51
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
58
+
description: |-
59
+
AWSResourceReference provides all the values necessary to reference another
60
+
k8s resource for finding the identifier(Id/ARN/Name)
52
61
properties:
53
62
name:
54
63
type: string
@@ -58,12 +67,14 @@ spec:
58
67
type: string
59
68
eventEndpointDeletedRef:
60
69
description: "AWSResourceReferenceWrapper provides a wrapper around
61
-
*AWSResourceReference type to provide more user friendly syntax
62
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
70
+
*AWSResourceReference\ntype to provide more user friendly syntax
71
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
72
+
\ name: my-api"
63
73
properties:
64
74
from:
65
-
description: AWSResourceReference provides all the values necessary
66
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
75
+
description: |-
76
+
AWSResourceReference provides all the values necessary to reference another
77
+
k8s resource for finding the identifier(Id/ARN/Name)
67
78
properties:
68
79
name:
69
80
type: string
@@ -73,12 +84,14 @@ spec:
73
84
type: string
74
85
eventEndpointUpdatedRef:
75
86
description: "AWSResourceReferenceWrapper provides a wrapper around
76
-
*AWSResourceReference type to provide more user friendly syntax
77
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
87
+
*AWSResourceReference\ntype to provide more user friendly syntax
88
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
89
+
\ name: my-api"
78
90
properties:
79
91
from:
80
-
description: AWSResourceReference provides all the values necessary
81
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
92
+
description: |-
93
+
AWSResourceReference provides all the values necessary to reference another
94
+
k8s resource for finding the identifier(Id/ARN/Name)
82
95
properties:
83
96
name:
84
97
type: string
@@ -88,26 +101,30 @@ spec:
88
101
type: string
89
102
failureFeedbackRoleRef:
90
103
description: "AWSResourceReferenceWrapper provides a wrapper around
91
-
*AWSResourceReference type to provide more user friendly syntax
92
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
104
+
*AWSResourceReference\ntype to provide more user friendly syntax
105
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
106
+
\ name: my-api"
93
107
properties:
94
108
from:
95
-
description: AWSResourceReference provides all the values necessary
96
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
109
+
description: |-
110
+
AWSResourceReference provides all the values necessary to reference another
111
+
k8s resource for finding the identifier(Id/ARN/Name)
97
112
properties:
98
113
name:
99
114
type: string
100
115
type: object
101
116
type: object
102
117
name:
103
-
description: Application names must be made up of only uppercase and
104
-
lowercase ASCII letters, numbers, underscores, hyphens, and periods,
105
-
and must be between 1 and 256 characters long.
118
+
description: |-
119
+
Application names must be made up of only uppercase and lowercase ASCII letters,
120
+
numbers, underscores, hyphens, and periods, and must be between 1 and 256
121
+
characters long.
106
122
type: string
107
123
platform:
108
-
description: 'The following platforms are supported: ADM (Amazon Device
0 commit comments