PodSpecV1.AutomountServiceAccountToken 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.
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