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 (#168)
### 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.1.10` to `v1.1.11`
Once this PR is merged, release `v1.1.11` will be automatically created for `rds-controller`
**Please close this PR, if you do not want the new patch release for `rds-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building rds-controller ====
Copying common custom resource definitions into rds
Building Kubernetes API objects for rds
Generating deepcopy code for rds
Generating custom resource definitions for rds
Building service controller for rds
Generating RBAC manifests for rds
Running gofmt against generated code for rds
Updating additional GitHub repository maintenance files
==== building rds-controller release artifacts ====
Building release artifacts for rds-v1.1.11
Generating common custom resource definitions
Generating custom resource definitions for rds
Generating RBAC manifests for rds
```
----------
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: "DBClusterParameterGroupSpec defines the desired state of
38
-
DBClusterParameterGroup. \n Contains the details of an Amazon RDS DB
39
-
cluster parameter group. \n This data type is used as a response element
40
-
in the DescribeDBClusterParameterGroups action."
41
+
description: |-
42
+
DBClusterParameterGroupSpec defines the desired state of DBClusterParameterGroup.
43
+
44
+
45
+
Contains the details of an Amazon RDS DB cluster parameter group.
46
+
47
+
48
+
This data type is used as a response element in the DescribeDBClusterParameterGroups
49
+
action.
41
50
properties:
42
51
description:
43
52
description: The description for the DB cluster parameter group.
44
53
type: string
45
54
family:
46
-
description: "The DB cluster parameter group family name. A DB cluster
47
-
parameter group can be associated with one and only one DB cluster
48
-
parameter group family, and can be applied only to a DB cluster
49
-
running a database engine and engine version compatible with that
50
-
DB cluster parameter group family. \n Aurora MySQL \n Example: aurora5.6,
0 commit comments