Share via


VolumeV1.Image Property

Definition

Represents the configuration for an image-based volume source within a Kubernetes Volume definition.

[YamlDotNet.Serialization.YamlMember(Alias="image")]
public Aspire.Hosting.Kubernetes.Resources.ImageVolumeSourceV1? Image { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="image")>]
member this.Image : Aspire.Hosting.Kubernetes.Resources.ImageVolumeSourceV1 with get, set
Public Property Image As ImageVolumeSourceV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property allows specification of an image-based volume with details on the container image and the image pulling policy. It is utilized in Kubernetes resources to define volumes that rely on container images for their content source.

Applies to