Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 850 Bytes

V1SecretVolumeSource.md

File metadata and controls

12 lines (8 loc) · 850 Bytes

V1SecretVolumeSource

Properties

Name Type Description Notes
optional bool Specify whether the Secret or it's keys must be defined [optional]
secret_name str Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret [optional]
volume_label str The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). [optional]

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