Files
go/kubernetes/docs/V1DownwardApiVolumeSource.md
2019-03-26 08:13:00 -07:00

781 B

V1DownwardApiVolumeSource

Properties

Name Type Description Notes
DefaultMode int32 Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. [optional]
Items []V1DownwardApiVolumeFile Items is a list of downward API volume file [optional]

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