VolumeV1.Secret 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.
Represents a secret volume source in Kubernetes. This property is used to specify configuration details for a volume that retrieves data from a Kubernetes Secret resource.
[YamlDotNet.Serialization.YamlMember(Alias="secret")]
public Aspire.Hosting.Kubernetes.Resources.SecretVolumeSourceV1? Secret { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="secret")>]
member this.Secret : Aspire.Hosting.Kubernetes.Resources.SecretVolumeSourceV1 with get, set
Public Property Secret As SecretVolumeSourceV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute