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.34.0, code-generator v0.34.0 (#135)
### Update to ACK runtime `v0.34.0`, code-generator `v0.34.0`
----------
* ACK code-generator `v0.34.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.34.0)
* ACK runtime `v0.34.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.34.0)
----------
NOTE:
This PR increments the release version of service controller from `v0.0.29` to `v0.0.30`
Once this PR is merged, release `v0.0.30` will be automatically created for `elasticache-controller`
**Please close this PR, if you do not want the new patch release for `elasticache-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building elasticache-controller ====
Copying common custom resource definitions into elasticache
Building Kubernetes API objects for elasticache
Generating deepcopy code for elasticache
Generating custom resource definitions for elasticache
Building service controller for elasticache
Generating RBAC manifests for elasticache
Running gofmt against generated code for elasticache
Updating additional GitHub repository maintenance files
==== building elasticache-controller release artifacts ====
Building release artifacts for elasticache-v0.0.30
Generating common custom resource definitions
Generating custom resource definitions for elasticache
Generating RBAC manifests for elasticache
```
----------
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: "CacheParameterGroupSpec defines the desired state of CacheParameterGroup.
38
-
\n Represents the output of a CreateCacheParameterGroup operation."
41
+
description: |-
42
+
CacheParameterGroupSpec defines the desired state of CacheParameterGroup.
43
+
44
+
45
+
Represents the output of a CreateCacheParameterGroup operation.
39
46
properties:
40
47
cacheParameterGroupFamily:
41
-
description: "The name of the cache parameter group family that the
42
-
cache parameter group can be used with. \n Valid values are: memcached1.4
0 commit comments