Share via


EphemeralContainerV1.Image Property

Definition

Gets or sets the container image to be used by the ephemeral container. The Image property specifies the Docker container image, including the repository, image name, and optionally the tag or digest. This property is required to define which container image will be pulled and deployed.

[YamlDotNet.Serialization.YamlMember(Alias="image")]
public string Image { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="image")>]
member this.Image : string with get, set
Public Property Image As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to