KubernetesEnvironmentResource.DefaultStorageClassName Property

Definition

Specifies the default 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? DefaultStorageClassName { get; set; }
member this.DefaultStorageClassName : string with get, set
Public Property DefaultStorageClassName As String

Property Value

Applies to