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 (#12)
### 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.3` to `v0.0.4`
Once this PR is merged, release `v0.0.4` will be automatically created for `cloudwatchlogs-controller`
**Please close this PR, if you do not want the new patch release for `cloudwatchlogs-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building cloudwatchlogs-controller ====
Copying common custom resource definitions into cloudwatchlogs
Building Kubernetes API objects for cloudwatchlogs
Generating deepcopy code for cloudwatchlogs
Generating custom resource definitions for cloudwatchlogs
Building service controller for cloudwatchlogs
Generating RBAC manifests for cloudwatchlogs
Running gofmt against generated code for cloudwatchlogs
Updating additional GitHub repository maintenance files
==== building cloudwatchlogs-controller release artifacts ====
Building release artifacts for cloudwatchlogs-v0.0.4
Generating common custom resource definitions
Generating custom resource definitions for cloudwatchlogs
Generating RBAC manifests for cloudwatchlogs
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
description: LogGroup is the Schema for the LogGroups 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
35
39
spec:
36
-
description: "LogGroupSpec defines the desired state of LogGroup. \n Represents
37
-
a log group."
40
+
description: |-
41
+
LogGroupSpec defines the desired state of LogGroup.
42
+
43
+
44
+
Represents a log group.
38
45
properties:
39
46
kmsKeyID:
40
-
description: The Amazon Resource Name (ARN) of the KMS key to use
41
-
when encrypting log data. For more information, see Amazon Resource
Displays whether this log group has a protection policy, or whether it had
167
+
one in the past. For more information, see PutDataProtectionPolicy (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDataProtectionPolicy.html).
0 commit comments