Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

V1ConfigMapProjection.md

File metadata and controls

12 lines (8 loc) · 1.1 KB

V1ConfigMapProjection

Properties

Name Type Description Notes
items \UniversityOfAdelaide\OpenShift\Model\V1KeyToPath[] If unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 ConfigMap, 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: http://kubernetes.io/docs/user-guide/identifiers#names [optional]
optional bool Specify whether the ConfigMap or it's keys must be defined [optional]

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