Class V1CStorPoolConfig
OpenEBS cStor pool configuration.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1CStorPoolConfig
Constructors
V1CStorPoolConfig()
Initializes a new instance of the V1CStorPoolConfig class.
Declaration
public V1CStorPoolConfig()
Properties
DataRaidGroupType
The raid type.
Declaration
[JsonPropertyName("dataRaidGroupType")]
public string DataRaidGroupType { get; set; }
Property Value
Type | Description |
---|---|
string |
Tolerations
Tolerations to be applied to the CStor Pool pods.
Declaration
public List<V1Toleration> Tolerations { get; set; }
Property Value
Type | Description |
---|---|
List<V1Toleration> |