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 (#37)
### 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.10` to `v0.0.11`
Once this PR is merged, release `v0.0.11` will be automatically created for `route53-controller`
**Please close this PR, if you do not want the new patch release for `route53-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building route53-controller ====
Copying common custom resource definitions into route53
Building Kubernetes API objects for route53
Generating deepcopy code for route53
Generating custom resource definitions for route53
Building service controller for route53
Generating RBAC manifests for route53
Running gofmt against generated code for route53
Updating additional GitHub repository maintenance files
==== building route53-controller release artifacts ====
Building release artifacts for route53-v0.0.11
Generating common custom resource definitions
Generating custom resource definitions for route53
Generating RBAC manifests for route53
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
description: FieldExport is the schema for the FieldExport 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
40
description: FieldExportSpec defines the desired state of the FieldExport.
37
41
properties:
38
42
from:
39
-
description: ResourceFieldSelector provides the values necessary to
40
-
identify an individual field on an individual K8s resource.
43
+
description: |-
44
+
ResourceFieldSelector provides the values necessary to identify an individual
45
+
field on an individual K8s resource.
41
46
properties:
42
47
path:
43
48
type: string
44
49
resource:
45
-
description: NamespacedResource provides all the values necessary
46
-
to identify an ACK resource of a given type (within the same
47
-
namespace as the custom resource containing this type).
50
+
description: |-
51
+
NamespacedResource provides all the values necessary to identify an ACK
52
+
resource of a given type (within the same namespace as the custom resource
53
+
containing this type).
48
54
properties:
49
55
group:
50
56
type: string
@@ -62,16 +68,18 @@ spec:
62
68
- resource
63
69
type: object
64
70
to:
65
-
description: FieldExportTarget provides the values necessary to identify
66
-
the output path for a field export.
71
+
description: |-
72
+
FieldExportTarget provides the values necessary to identify the
73
+
output path for a field export.
67
74
properties:
68
75
key:
69
76
description: Key overrides the default value (`<namespace>.<FieldExport-resource-name>`)
70
77
for the FieldExport target
71
78
type: string
72
79
kind:
73
-
description: FieldExportOutputType represents all types that can
74
-
be produced by a field export operation
80
+
description: |-
81
+
FieldExportOutputType represents all types that can be produced by a field
82
+
export operation
75
83
enum:
76
84
- configmap
77
85
- secret
@@ -94,12 +102,14 @@ spec:
94
102
description: FieldExportStatus defines the observed status of the FieldExport.
95
103
properties:
96
104
conditions:
97
-
description: A collection of `ackv1alpha1.Condition` objects that
98
-
describe the various recoverable states of the field CR
105
+
description: |-
106
+
A collection of `ackv1alpha1.Condition` objects that describe the various
107
+
recoverable states of the field CR
99
108
items:
100
-
description: Condition is the common struct used by all CRDs managed
101
-
by ACK service controllers to indicate terminal states of the
102
-
CR and its backend AWS service API resource
109
+
description: |-
110
+
Condition is the common struct used by all CRDs managed by ACK service
111
+
controllers to indicate terminal states of the CR and its backend AWS
112
+
service API resource
103
113
properties:
104
114
lastTransitionTime:
105
115
description: Last time the condition transitioned from one status
0 commit comments