Share via


ConfigMapVolumeSourceV1.Optional Property

Definition

Specifies whether the ConfigMap or its keys must be defined. If set to true, the ConfigMap or its keys are optional and the application will not fail to start if the ConfigMap or keys are missing. If set to false or omitted, the ConfigMap or its keys are required.

[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

Applies to