Skip to content

Commit cc0a8ce

Browse files
committed
generate controller with latest code-generator after rebase
1 parent ec40174 commit cc0a8ce

22 files changed

+584
-782
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2023-10-08T10:22:16Z"
3-
build_hash: 892f29d00a4c4ad21a2fa32919921de18190979d
4-
go_version: go1.20.3
5-
version: v0.27.1
6-
api_directory_checksum: 0b50096e60b846485036f9e307d0cade4a78733d
2+
build_date: "2025-01-05T07:08:31Z"
3+
build_hash: 631aeb190e332addb8379672df6367a0875dce88
4+
go_version: go1.23.0
5+
version: v0.40.0
6+
api_directory_checksum: 7dd836f175756e9f48f50899dac6b20c2281f2c2
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: e132ca5b603c07907e6b607727b28eef29b9f1ca
10+
file_checksum: 988c127d7f74b7f48bbf1c3cf71dca74ba3f753d
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

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/ec2-controller
9-
newTag: 1.0.7
9+
newTag: 1.3.1

config/crd/bases/ec2.services.k8s.aws_launchtemplates.yaml

Lines changed: 86 additions & 70 deletions
Large diffs are not rendered by default.

config/crd/bases/ec2.services.k8s.aws_launchtemplateversions.yaml

Lines changed: 98 additions & 77 deletions
Large diffs are not rendered by default.

config/rbac/cluster-role-controller.yaml

Lines changed: 2 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -30,71 +30,8 @@ rules:
3030
- flowlogs
3131
- instances
3232
- internetgateways
33-
<<<<<<< HEAD
34-
=======
35-
verbs:
36-
- create
37-
- delete
38-
- get
39-
- list
40-
- patch
41-
- update
42-
- watch
43-
- apiGroups:
44-
- ec2.services.k8s.aws
45-
resources:
46-
- internetgateways/status
47-
verbs:
48-
- get
49-
- patch
50-
- update
51-
- apiGroups:
52-
- ec2.services.k8s.aws
53-
resources:
5433
- launchtemplates
55-
verbs:
56-
- create
57-
- delete
58-
- get
59-
- list
60-
- patch
61-
- update
62-
- watch
63-
- apiGroups:
64-
- ec2.services.k8s.aws
65-
resources:
66-
- launchtemplates/status
67-
verbs:
68-
- get
69-
- patch
70-
- update
71-
- apiGroups:
72-
- ec2.services.k8s.aws
73-
resources:
74-
<<<<<<< HEAD
75-
>>>>>>> 63ad6f5 (added fixes as per comments)
76-
=======
7734
- launchtemplateversions
78-
verbs:
79-
- create
80-
- delete
81-
- get
82-
- list
83-
- patch
84-
- update
85-
- watch
86-
- apiGroups:
87-
- ec2.services.k8s.aws
88-
resources:
89-
- launchtemplateversions/status
90-
verbs:
91-
- get
92-
- patch
93-
- update
94-
- apiGroups:
95-
- ec2.services.k8s.aws
96-
resources:
97-
>>>>>>> 5e47eac (added launchtemplateversion feature)
9835
- natgateways
9936
- networkacls
10037
- routetables
@@ -121,6 +58,8 @@ rules:
12158
- flowlogs/status
12259
- instances/status
12360
- internetgateways/status
61+
- launchtemplates/status
62+
- launchtemplateversions/status
12463
- natgateways/status
12564
- networkacls/status
12665
- routetables/status

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: ec2-chart
33
description: A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2)
4-
version: 1.0.7
5-
appVersion: 1.0.7
4+
version: 1.3.1
5+
appVersion: 1.3.1
66
home: https://github.com/aws-controllers-k8s/ec2-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/ec2.services.k8s.aws_launchtemplates.yaml

Lines changed: 86 additions & 70 deletions
Large diffs are not rendered by default.

helm/crds/ec2.services.k8s.aws_launchtemplateversions.yaml

Lines changed: 98 additions & 77 deletions
Large diffs are not rendered by default.

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.0.7".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.3.1".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ rules:
7777
- flowlogs
7878
- instances
7979
- internetgateways
80+
- launchtemplates
81+
- launchtemplateversions
8082
- natgateways
8183
- networkacls
8284
- routetables
@@ -103,6 +105,8 @@ rules:
103105
- flowlogs/status
104106
- instances/status
105107
- internetgateways/status
108+
- launchtemplates/status
109+
- launchtemplateversions/status
106110
- natgateways/status
107111
- networkacls/status
108112
- routetables/status

0 commit comments

Comments
 (0)