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 (#16)
### 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.2` to `v0.0.3`
Once this PR is merged, release `v0.0.3` will be automatically created for `organizations-controller`
**Please close this PR, if you do not want the new patch release for `organizations-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building organizations-controller ====
Copying common custom resource definitions into organizations
Building Kubernetes API objects for organizations
Generating deepcopy code for organizations
Generating custom resource definitions for organizations
Building service controller for organizations
Generating RBAC manifests for organizations
Running gofmt against generated code for organizations
Updating additional GitHub repository maintenance files
==== building organizations-controller release artifacts ====
Building release artifacts for organizations-v0.0.3
Generating common custom resource definitions
Generating custom resource definitions for organizations
Generating RBAC manifests for organizations
```
----------
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: "OrganizationalUnitSpec defines the desired state of OrganizationalUnit.
38
-
\n Contains details about an organizational unit (OU). An OU is a container
41
+
description: |-
42
+
OrganizationalUnitSpec defines the desired state of OrganizationalUnit.
43
+
44
+
45
+
Contains details about an organizational unit (OU). An OU is a container
39
46
of Amazon Web Services accounts within a root of an organization. Policies
40
-
that are attached to an OU apply to all accounts contained in that OU
41
-
and in any child OUs."
47
+
that are attached to an OU apply to all accounts contained in that OU and
48
+
in any child OUs.
42
49
properties:
43
50
name:
44
51
description: The friendly name to assign to the new OU.
45
52
type: string
46
53
parentID:
47
-
description: "The unique identifier (ID) of the parent root or OU
48
-
that you want to create the new OU in. \n The regex pattern (http://wikipedia.org/wiki/regex)
49
-
for a parent ID string requires one of the following: \n * Root
50
-
- A string that begins with \"r-\" followed by from 4 to 32 lowercase
51
-
letters or digits. \n * Organizational unit (OU) - A string that
52
-
begins with \"ou-\" followed by from 4 to 32 lowercase letters or
53
-
digits (the ID of the root that the OU is in). This string is followed
54
-
by a second \"-\" dash and from 8 to 32 additional lowercase letters
55
-
or digits."
54
+
description: |-
55
+
The unique identifier (ID) of the parent root or OU that you want to create
56
+
the new OU in.
57
+
58
+
59
+
The regex pattern (http://wikipedia.org/wiki/regex) for a parent ID string
60
+
requires one of the following:
61
+
62
+
63
+
* Root - A string that begins with "r-" followed by from 4 to 32 lowercase
64
+
letters or digits.
65
+
66
+
67
+
* Organizational unit (OU) - A string that begins with "ou-" followed
68
+
by from 4 to 32 lowercase letters or digits (the ID of the root that the
69
+
OU is in). This string is followed by a second "-" dash and from 8 to
70
+
32 additional lowercase letters or digits.
56
71
type: string
57
72
tags:
58
-
description: "A list of tags that you want to attach to the newly
59
-
created OU. For each tag in the list, you must specify both a tag
60
-
key and a value. You can set the value to an empty string, but you
61
-
can't set it to null. For more information about tagging, see Tagging
0 commit comments