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 (#90)
### 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.0.11` to `v1.0.12`
Once this PR is merged, release `v1.0.12` will be automatically created for `ecr-controller`
**Please close this PR, if you do not want the new patch release for `ecr-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building ecr-controller ====
Copying common custom resource definitions into ecr
Building Kubernetes API objects for ecr
Generating deepcopy code for ecr
Generating custom resource definitions for ecr
Building service controller for ecr
Generating RBAC manifests for ecr
Running gofmt against generated code for ecr
Updating additional GitHub repository maintenance files
==== building ecr-controller release artifacts ====
Building release artifacts for ecr-v1.0.12
Generating common custom resource definitions
Generating custom resource definitions for ecr
Generating RBAC manifests for ecr
```
----------
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: "PullThroughCacheRuleSpec defines the desired state of PullThroughCacheRule.
38
-
\n The details of a pull through cache rule."
41
+
description: |-
42
+
PullThroughCacheRuleSpec defines the desired state of PullThroughCacheRule.
43
+
44
+
45
+
The details of a pull through cache rule.
39
46
properties:
40
47
ecrRepositoryPrefix:
41
48
description: The repository name prefix to use when caching images
42
49
from the source registry.
43
50
type: string
44
51
registryID:
45
-
description: The Amazon Web Services account ID associated with the
46
-
registry to create the pull through cache rule for. If you do not
47
-
specify a registry, the default registry is assumed.
52
+
description: |-
53
+
The Amazon Web Services account ID associated with the registry to create
54
+
the pull through cache rule for. If you do not specify a registry, the default
55
+
registry is assumed.
48
56
type: string
49
57
upstreamRegistryURL:
50
-
description: The registry URL of the upstream public registry to use
51
-
as the source for the pull through cache rule.
58
+
description: |-
59
+
The registry URL of the upstream public registry to use as the source for
60
+
the pull through cache rule.
52
61
type: string
53
62
required:
54
63
- ecrRepositoryPrefix
@@ -59,24 +68,26 @@ spec:
59
68
PullThroughCacheRule
60
69
properties:
61
70
ackResourceMetadata:
62
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
63
-
member that is used to contain resource sync state, account ownership,
71
+
description: |-
72
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
73
+
that is used to contain resource sync state, account ownership,
64
74
constructed ARN for the resource
65
75
properties:
66
76
arn:
67
-
description: 'ARN is the Amazon Resource Name for the resource.
68
-
This is a globally-unique identifier and is set only by the
69
-
ACK service controller once the controller has orchestrated
70
-
the creation of the resource OR when it has verified that an
71
-
"adopted" resource (a resource where the ARN annotation was
72
-
set by the Kubernetes user on the CR) exists and matches the
73
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
74
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments