File tree Expand file tree Collapse file tree 2 files changed +76
-0
lines changed
charts/aws-pca-issuer/crds Expand file tree Collapse file tree 2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 4747 description : Needs to be specified if you want to authorize with AWS
4848 using an access and secret key
4949 properties :
50+ accessKeyIDSelector :
51+ description : Specifies the secret key where the AWS Access Key
52+ ID exists
53+ properties :
54+ key :
55+ description : The key of the secret to select from. Must be
56+ a valid secret key.
57+ type : string
58+ name :
59+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
60+ TODO: Add other useful fields. apiVersion, kind, uid?'
61+ type : string
62+ optional :
63+ description : Specify whether the Secret or its key must be
64+ defined
65+ type : boolean
66+ required :
67+ - key
68+ type : object
5069 name :
5170 description : Name is unique within a namespace to reference a
5271 secret resource.
5574 description : Namespace defines the space within which the secret
5675 name must be unique.
5776 type : string
77+ secretAccessKeySelector :
78+ description : Specifies the secret key where the AWS Secret Access
79+ Key exists
80+ properties :
81+ key :
82+ description : The key of the secret to select from. Must be
83+ a valid secret key.
84+ type : string
85+ name :
86+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
87+ TODO: Add other useful fields. apiVersion, kind, uid?'
88+ type : string
89+ optional :
90+ description : Specify whether the Secret or its key must be
91+ defined
92+ type : boolean
93+ required :
94+ - key
95+ type : object
5896 type : object
5997 type : object
6098 status :
Original file line number Diff line number Diff line change 4646 description : Needs to be specified if you want to authorize with AWS
4747 using an access and secret key
4848 properties :
49+ accessKeyIDSelector :
50+ description : Specifies the secret key where the AWS Access Key
51+ ID exists
52+ properties :
53+ key :
54+ description : The key of the secret to select from. Must be
55+ a valid secret key.
56+ type : string
57+ name :
58+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
59+ TODO: Add other useful fields. apiVersion, kind, uid?'
60+ type : string
61+ optional :
62+ description : Specify whether the Secret or its key must be
63+ defined
64+ type : boolean
65+ required :
66+ - key
67+ type : object
4968 name :
5069 description : Name is unique within a namespace to reference a
5170 secret resource.
5473 description : Namespace defines the space within which the secret
5574 name must be unique.
5675 type : string
76+ secretAccessKeySelector :
77+ description : Specifies the secret key where the AWS Secret Access
78+ Key exists
79+ properties :
80+ key :
81+ description : The key of the secret to select from. Must be
82+ a valid secret key.
83+ type : string
84+ name :
85+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
86+ TODO: Add other useful fields. apiVersion, kind, uid?'
87+ type : string
88+ optional :
89+ description : Specify whether the Secret or its key must be
90+ defined
91+ type : boolean
92+ required :
93+ - key
94+ type : object
5795 type : object
5896 type : object
5997 status :
You can’t perform that action at this time.
0 commit comments