Share via


EphemeralContainerV1.StdinOnce Property

Definition

Gets or sets a value indicating whether the container's standard input (stdin) will be closed after the first time it's opened. When set to true, stdin will be available only once, closing automatically after the first use. This can be used for containers that require user input during initialization or execution, but do not need stdin to remain open throughout the container's lifecycle.

[YamlDotNet.Serialization.YamlMember(Alias="stdinOnce")]
public bool? StdinOnce { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stdinOnce")>]
member this.StdinOnce : Nullable<bool> with get, set
Public Property StdinOnce As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to