File tree 4 files changed +59
-0
lines changed 4 files changed +59
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,21 @@ spec:
216
216
properties :
217
217
kmsMasterKeyID :
218
218
type : string
219
+ kmsMasterKeyRef :
220
+ description : " AWSResourceReferenceWrapper provides a wrapper around
221
+ *AWSResourceReference\n type to provide more user friendly syntax
222
+ for references using 'from' field\n Ex:\n APIIDRef:\n\n\t from:\n\t
223
+ \ name: my-api"
224
+ properties :
225
+ from :
226
+ description : |-
227
+ AWSResourceReference provides all the values necessary to reference another
228
+ k8s resource for finding the identifier(Id/ARN/Name)
229
+ properties :
230
+ name : string
231
+ namespace : string
232
+ type : object
233
+ type : object
219
234
sseAlgorithm :
220
235
type : string
221
236
type : object
Original file line number Diff line number Diff line change @@ -22,6 +22,20 @@ rules:
22
22
- get
23
23
- list
24
24
- watch
25
+ - apiGroups :
26
+ - kms.services.k8s.aws
27
+ resources :
28
+ - keys
29
+ verbs :
30
+ - get
31
+ - list
32
+ - apiGroups :
33
+ - kms.services.k8s.aws
34
+ resources :
35
+ - keys/status
36
+ verbs :
37
+ - get
38
+ - list
25
39
- apiGroups :
26
40
- s3.services.k8s.aws
27
41
resources :
Original file line number Diff line number Diff line change @@ -216,6 +216,22 @@ spec:
216
216
properties :
217
217
kmsMasterKeyID :
218
218
type : string
219
+ kmsMasterKeyRef :
220
+ description : |-
221
+ "AWSResourceReferenceWrapper provides a wrapper around
222
+ *AWSResourceReference\ntype to provide more user friendly syntax
223
+ for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
224
+ \ name: my-api"
225
+ properties :
226
+ from :
227
+ description : |-
228
+ AWSResourceReference provides all the values necessary to reference another
229
+ k8s resource for finding the identifier(Id/ARN/Name)
230
+ properties :
231
+ name : string
232
+ namespace : string
233
+ type : object
234
+ type : object
219
235
sseAlgorithm :
220
236
type : string
221
237
type : object
Original file line number Diff line number Diff line change @@ -69,6 +69,20 @@ rules:
69
69
- get
70
70
- list
71
71
- watch
72
+ - apiGroups:
73
+ - kms.services.k8s.aws
74
+ resources:
75
+ - keys
76
+ verbs:
77
+ - get
78
+ - list
79
+ - apiGroups:
80
+ - kms.services.k8s.aws
81
+ resources:
82
+ - keys/status
83
+ verbs:
84
+ - get
85
+ - list
72
86
- apiGroups:
73
87
- s3.services.k8s.aws
74
88
resources:
You can’t perform that action at this time.
0 commit comments