Share via


EphemeralContainerV1.TerminationMessagePath Property

Definition

Specifies the file path where the termination message for the container will be written. This message typically contains information about the container's termination state, such as the reason for termination or the exit code. If not specified, a default path is used.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to