EphemeralContainerV1.Args Property

Definition

Represents the list of arguments to be passed to the container at runtime. This property is used to explicitly specify the arguments for the container's entrypoint command. If not specified, the container runtime will use the default arguments defined in the image.

[YamlDotNet.Serialization.YamlMember(Alias="args")]
public System.Collections.Generic.List<string> Args { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="args")>]
member this.Args : System.Collections.Generic.List<string>
Public ReadOnly Property Args As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to