ImageVolumeSourceV1 Properties
Class Properties 2 members
Represents the configuration for an image-based volume source in a Kubernetes resource.
Specifies the pull policy for the image volume source. Determines how the container runtime should pull the image, for instance, always pulling a new version, or using a cached version if available.
public string PullPolicy { get; set; } Gets or sets the reference to the image resource used in the volume. This property is used to specify the identifier or link to the image source associated with the volume.
public string Reference { get; set; }