Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.07 KB

V1SecretProjection.md

File metadata and controls

12 lines (8 loc) · 1.07 KB

V1SecretProjection

Properties

Name Type Description Notes
Items []V1KeyToPath If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. [optional]
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 its key must be defined [optional]

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