Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name represents OpenEBS Storage Class component name as it should be referenced in function calls // and in configuration. Name = "openebs-storage-class" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StorageClass ¶ added in v0.6.0
type StorageClass struct { Name string `hcl:"name,label"` ReplicaCount int `hcl:"replica_count,optional"` Default bool `hcl:"default,optional"` Disks []string `hcl:"disks,optional"` ReclaimPolicy string `hcl:"reclaim_policy,optional"` }
StorageClass represents single OpenEBS storage class with properties.
Click to show internal directories.
Click to hide internal directories.