Share via


ImageVolumeSourceV1 Class

Definition

Represents the configuration for an image-based volume source in a Kubernetes resource.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class ImageVolumeSourceV1
[<YamlDotNet.Serialization.YamlSerializable>]
type ImageVolumeSourceV1 = class
Public NotInheritable Class ImageVolumeSourceV1
Inheritance
ImageVolumeSourceV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

ImageVolumeSourceV1()

Properties

PullPolicy

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.

Reference

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.

Applies to