Share via


KubernetesPublisherOptions.StorageClassName Property

Definition

Specifies the name of the storage class to be used for persistent volume claims in Kubernetes. This property allows customization of the storage class for specifying storage requirements such as performance, retention policies, and provisioning parameters. If set to null, the default storage class for the cluster will be used.

public string? StorageClassName { get; set; }
member this.StorageClassName : string with get, set
Public Property StorageClassName As String

Property Value

Applies to