ImageVolumeSourceV1
Class sealed net10.0
Represents the configuration for an image-based volume source in a Kubernetes resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ImageVolumeSourceV1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesPullPolicyget; setstring 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.
Referenceget; setstring 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.