SecretVolumeSourceV1.Optional 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.
Specifies whether the Secret or its keys must be defined.
[YamlDotNet.Serialization.YamlMember(Alias="optional")]
public bool? Optional { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="optional")>]
member this.Optional : Nullable<bool> with get, set
Public Property Optional As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
If set to true, the Secret and its associated data are optional and may not exist. If set to false or not specified, the Secret is required, and its absence will result in an error or failure.