Files
c/kubernetes/docs/v1_secret_projection.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

1.1 KiB

v1_secret_projection_t

Properties

Name Type Description Notes
items list_t * items 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 char * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names [optional]
optional int optional field specify whether the Secret or its key must be defined [optional]

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