File tree 7 files changed +56
-22
lines changed
7 files changed +56
-22
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2024-08-19T13:01:17Z "
3
- build_hash : c21388119d9be1199723e540ec0104b313584348
2
+ build_date : " 2024-09-16T10:24:09Z "
3
+ build_hash : f8f98563404066ac3340db0a049d2e530e5c51cc
4
4
go_version : go1.22.5
5
- version : v0.35.0-11-gc213881
6
- api_directory_checksum : 469d3f51c38105857920321bcef57f3ff3e5d072
5
+ version : v0.38.1
6
+ api_directory_checksum : b055cc57ac2cc8b07e374803c280b65d1a72f3bf
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.49.0
9
9
generator_config_info :
Original file line number Diff line number Diff line change 41
41
properties :
42
42
certificate :
43
43
description : |-
44
- SecretKeyReference combines a k8s corev1.SecretReference with a
45
- specific key within the referred-to Secret
44
+ The Certificate to import into AWS Certificate Manager (ACM) to use with services that are integrated with ACM.
45
+ This field is only valid when importing an existing certificate into ACM.
46
46
properties :
47
47
key :
48
48
description : Key is the key within the secret
60
60
type : object
61
61
x-kubernetes-map-type : atomic
62
62
certificateARN :
63
+ description : |-
64
+ The Amazon Resource Name (ARN) of an imported certificate to replace. This field is only valid when importing
65
+ an existing certificate into ACM.
63
66
type : string
64
67
certificateAuthorityARN :
65
68
description : |-
@@ -168,8 +171,8 @@ spec:
168
171
type : object
169
172
privateKey :
170
173
description : |-
171
- SecretKeyReference combines a k8s corev1.SecretReference with a
172
- specific key within the referred-to Secret
174
+ The private key that matches the public key in the certificate. This field is only valid when importing
175
+ an existing certificate into ACM.
173
176
properties :
174
177
key :
175
178
description : Key is the key within the secret
Original file line number Diff line number Diff line change
1
+ resources :
2
+ Certificate :
3
+ fields :
4
+ Certificate :
5
+ prepend : |
6
+ The Certificate to import into AWS Certificate Manager (ACM) to use with services that are integrated with ACM.
7
+ This field is only valid when importing an existing certificate into ACM.
8
+ PrivateKey :
9
+ prepend : |
10
+ The private key that matches the public key in the certificate. This field is only valid when importing
11
+ an existing certificate into ACM.
12
+ CertificateARN :
13
+ prepend : |
14
+ The Amazon Resource Name (ARN) of an imported certificate to replace. This field is only valid when importing
15
+ an existing certificate into ACM.
Original file line number Diff line number Diff line change 41
41
properties :
42
42
certificate :
43
43
description : |-
44
- SecretKeyReference combines a k8s corev1.SecretReference with a
45
- specific key within the referred-to Secret
44
+ The Certificate to import into AWS Certificate Manager (ACM) to use with services that are integrated with ACM.
45
+ This field is only valid when importing an existing certificate into ACM.
46
46
properties :
47
47
key :
48
48
description : Key is the key within the secret
60
60
type : object
61
61
x-kubernetes-map-type : atomic
62
62
certificateARN :
63
+ description : |-
64
+ The Amazon Resource Name (ARN) of an imported certificate to replace. This field is only valid when importing
65
+ an existing certificate into ACM.
63
66
type : string
64
67
certificateAuthorityARN :
65
68
description : |-
@@ -168,8 +171,8 @@ spec:
168
171
type : object
169
172
privateKey :
170
173
description : |-
171
- SecretKeyReference combines a k8s corev1.SecretReference with a
172
- specific key within the referred-to Secret
174
+ The private key that matches the public key in the certificate. This field is only valid when importing
175
+ an existing certificate into ACM.
173
176
properties :
174
177
key :
175
178
description : Key is the key within the secret
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/acm-controller
7
- tag : 0.0.18
7
+ tag : 0.0.19
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -158,4 +158,7 @@ leaderElection:
158
158
# can be individually enabled ("true") or disabled ("false") by adding key/value
159
159
# pairs below.
160
160
featureGates :
161
- CARMv2 : false
161
+ # Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
162
+ ServiceLevelCARM : false
163
+ # Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
164
+ TeamLevelCARM : false
You can’t perform that action at this time.
0 commit comments