Skip to content

Commit d365191

Browse files
authored
Regenerated Project with Latest Code Gen and Runtime (#7)
Description of changes: Using the latest runtime and code-generator tags, I've regenerated the project without changes. This was requested from an earlier PR #6. I'll follow this up with the rest of my changes, broken up into subsequent PRs. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f4f65d2 commit d365191

34 files changed

+611
-254
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-12-25T15:38:57Z"
3-
build_hash: 02630456bc1d49db7a244447d2ca7ca124273037
4-
go_version: go1.18.1
5-
version: v0.21.0-7-g0263045
2+
build_date: "2023-08-20T21:32:44Z"
3+
build_hash: 8f3ba427974fd6e769926778d54834eaee3b81a3
4+
go_version: go1.20
5+
version: v0.26.1
66
api_directory_checksum: 37b933d95cb4cee8d623aa354c10fe43c29575ed
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.167
99
generator_config_info:
10-
file_checksum: 5401178e33f92d97306275ab7ee429ca0ad84883
10+
file_checksum: 126f69fc5150ad38b50044c98271d2498d1cf597
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ resources:
1212
DescribeOrganizationalUnit:
1313
input_fields:
1414
OrganizationalUnitId: Id
15+
DeleteOrganizationalUnit:
16+
input_fields:
17+
OrganizationalUnitId: Id
1518
fields:
1619
ID:
1720
is_read_only: true

apis/v1alpha1/organizational_unit.go

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/controller/main.go

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/controller/deployment.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apiVersion: v1
22
kind: Namespace
33
metadata:
4-
labels:
5-
control-plane: controller
64
name: ack-system
75
---
86
apiVersion: apps/v1
@@ -11,16 +9,17 @@ metadata:
119
name: ack-organizations-controller
1210
namespace: ack-system
1311
labels:
14-
control-plane: controller
12+
app.kubernetes.io/name: ack-organizations-controller
13+
app.kubernetes.io/part-of: ack-system
1514
spec:
1615
selector:
1716
matchLabels:
18-
control-plane: controller
17+
app.kubernetes.io/name: ack-organizations-controller
1918
replicas: 1
2019
template:
2120
metadata:
2221
labels:
23-
control-plane: controller
22+
app.kubernetes.io/name: ack-organizations-controller
2423
spec:
2524
containers:
2625
- command:
@@ -74,6 +73,9 @@ spec:
7473
capabilities:
7574
drop:
7675
- ALL
76+
securityContext:
77+
seccompProfile:
78+
type: RuntimeDefault
7779
terminationGracePeriodSeconds: 10
7880
serviceAccountName: ack-organizations-controller
7981
hostIPC: false

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/organizations-controller
9-
newTag: v0.0.0-non-release-version
9+
newTag: 0.0.0-non-release-version

config/controller/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: ack-system
66
spec:
77
selector:
8-
control-plane: controller
8+
app.kubernetes.io/name: ack-organizations-controller
99
ports:
1010
- name: metricsport
1111
port: 8080

config/crd/common/bases/services.k8s.aws_adoptedresources.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: adoptedresources.services.k8s.aws
109
spec:
@@ -170,6 +169,7 @@ spec:
170169
- name
171170
- uid
172171
type: object
172+
x-kubernetes-map-type: atomic
173173
type: array
174174
type: object
175175
required:
@@ -224,9 +224,3 @@ spec:
224224
storage: true
225225
subresources:
226226
status: {}
227-
status:
228-
acceptedNames:
229-
kind: ""
230-
plural: ""
231-
conditions: []
232-
storedVersions: []

config/crd/common/bases/services.k8s.aws_fieldexports.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: fieldexports.services.k8s.aws
109
spec:
@@ -133,9 +132,3 @@ spec:
133132
storage: true
134133
subresources:
135134
status: {}
136-
status:
137-
acceptedNames:
138-
kind: ""
139-
plural: ""
140-
conditions: []
141-
storedVersions: []

0 commit comments

Comments
 (0)