Files
perl/docs/V1SecretProjection.md
2019-03-23 16:42:23 +08:00

1.2 KiB

Kubernetes::Object::V1SecretProjection

Load the model package

use Kubernetes::Object::V1SecretProjection;

Properties

Name Type Description Notes
items ARRAY[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 boolean Specify whether the Secret or its key must be defined [optional]

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