PodSpecV1.AutomountServiceAccountToken Property

Definition

Determines whether the service account token should be automatically mounted to the pod or not. If set to true, it enables automatic mounting of the service account token. If set to false, the token will not be automatically mounted. Optional and defaults to the service account's value if not specified.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to