Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 909 Bytes

V1ContainerDiskSource.md

File metadata and controls

13 lines (9 loc) · 909 Bytes

V1ContainerDiskSource

Properties

Name Type Description Notes
image str Image is the name of the image with the embedded disk.
image_pull_policy str Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images [optional]
image_pull_secret str ImagePullSecret is the name of the Docker registry secret required to pull the image. The secret must already exist. [optional]
path str Path defines the path to disk file in the container [optional]

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