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 (#95)
### 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.2.7` to `v1.2.8`
Once this PR is merged, release `v1.2.8` will be automatically created for `dynamodb-controller`
**Please close this PR, if you do not want the new patch release for `dynamodb-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building dynamodb-controller ====
Copying common custom resource definitions into dynamodb
Building Kubernetes API objects for dynamodb
Generating deepcopy code for dynamodb
Generating custom resource definitions for dynamodb
Building service controller for dynamodb
Generating RBAC manifests for dynamodb
Running gofmt against generated code for dynamodb
Updating additional GitHub repository maintenance files
==== building dynamodb-controller release artifacts ====
Building release artifacts for dynamodb-v1.2.8
Generating common custom resource definitions
Generating custom resource definitions for dynamodb
Generating RBAC manifests for dynamodb
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
description: Backup is the Schema for the Backups API
45
44
properties:
46
45
apiVersion:
47
-
description: 'APIVersion defines the versioned schema of this representation
48
-
of an object. Servers should convert recognized schemas to the latest
49
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
46
+
description: |-
47
+
APIVersion defines the versioned schema of this representation of an object.
48
+
Servers should convert recognized schemas to the latest internal value, and
49
+
may reject unrecognized values.
50
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
50
51
type: string
51
52
kind:
52
-
description: 'Kind is a string value representing the REST resource this
53
-
object represents. Servers may infer this from the endpoint the client
54
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
53
+
description: |-
54
+
Kind is a string value representing the REST resource this object represents.
55
+
Servers may infer this from the endpoint the client submits requests to.
56
+
Cannot be updated.
57
+
In CamelCase.
58
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
55
59
type: string
56
60
metadata:
57
61
type: object
@@ -72,24 +76,26 @@ spec:
72
76
description: BackupStatus defines the observed state of Backup
73
77
properties:
74
78
ackResourceMetadata:
75
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
76
-
member that is used to contain resource sync state, account ownership,
79
+
description: |-
80
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
81
+
that is used to contain resource sync state, account ownership,
77
82
constructed ARN for the resource
78
83
properties:
79
84
arn:
80
-
description: 'ARN is the Amazon Resource Name for the resource.
81
-
This is a globally-unique identifier and is set only by the
82
-
ACK service controller once the controller has orchestrated
83
-
the creation of the resource OR when it has verified that an
84
-
"adopted" resource (a resource where the ARN annotation was
85
-
set by the Kubernetes user on the CR) exists and matches the
86
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
87
-
strategy for resources that do not have ARN in CreateOutputResponse
description: GlobalTable is the Schema for the GlobalTables 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: "GlobalTableSpec defines the desired state of GlobalTable.
37
-
\n Represents the properties of a global table."
40
+
description: |-
41
+
GlobalTableSpec defines the desired state of GlobalTable.
42
+
43
+
44
+
Represents the properties of a global table.
38
45
properties:
39
46
globalTableName:
40
47
description: The global table name.
@@ -56,24 +63,26 @@ spec:
56
63
description: GlobalTableStatus defines the observed state of GlobalTable
57
64
properties:
58
65
ackResourceMetadata:
59
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
60
-
member that is used to contain resource sync state, account ownership,
66
+
description: |-
67
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
68
+
that is used to contain resource sync state, account ownership,
61
69
constructed ARN for the resource
62
70
properties:
63
71
arn:
64
-
description: 'ARN is the Amazon Resource Name for the resource.
65
-
This is a globally-unique identifier and is set only by the
66
-
ACK service controller once the controller has orchestrated
67
-
the creation of the resource OR when it has verified that an
68
-
"adopted" resource (a resource where the ARN annotation was
69
-
set by the Kubernetes user on the CR) exists and matches the
70
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
71
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments