Share via


VolumeV1.Secret Property

Definition

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

Applies to