Share via


EphemeralContainerV1.Tty Property

Definition

Specifies whether a terminal (TTY) should be allocated for the container.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to