File tree 2 files changed +31
-0
lines changed
2 files changed +31
-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 @@ -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
You can’t perform that action at this time.
0 commit comments