Files
go/kubernetes/docs/V1SecretKeySelector.md
2019-03-26 08:13:00 -07:00

639 B

V1SecretKeySelector

Properties

Name Type Description Notes
Key string The key of the secret to select from. Must be a valid secret key.
Name string 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 it's key must be defined [optional]

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