VolumeV1.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.