EphemeralContainerV1.TargetContainerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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