python/kubernetes/docs/V1SecretKeySelector.md
2019-08-14 22:43:06 -07:00

628 B

V1SecretKeySelector

Properties

Name Type Description Notes
key str The key of the secret to select from. Must be a valid secret key.
name str Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names [optional]
optional bool Specify whether the Secret or its key must be defined [optional]

[Back to Model list] [Back to API list] [Back to README]