Class V1CStorPoolSpec
OpenEBS cStor pool specification.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1CStorPoolSpec
Constructors
V1CStorPoolSpec()
Initializes a new instance of the V1CStorPoolSpec class.
Declaration
public V1CStorPoolSpec()
Properties
DataRaidGroups
Identifies the associated block devices.
Declaration
public List<V1CStorDataRaidGroup> DataRaidGroups { get; set; }
Property Value
Type | Description |
---|---|
List<V1CStor |
NodeSelector
Selector identifying the nodes holding the targeted cStor block devices.
Declaration
public Dictionary<string, string> NodeSelector { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
PoolConfig
Specifies the pool configuration.
Declaration
public V1CStorPoolConfig PoolConfig { get; set; }
Property Value
Type | Description |
---|---|
V1CStor |