Share via


EphemeralContainerV1.TargetContainerName Property

Definition

Gets or sets the name of the target container where the ephemeral container will be attached. This property specifies the existing container in the pod that the ephemeral container is intended to target, typically used for debugging or troubleshooting.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to