Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name represents Rook Ceph component name as it should be referenced in function calls // and in configuration. Name = "rook-ceph" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StorageClass ¶
type StorageClass struct { Enable bool `hcl:"enable,optional"` Default bool `hcl:"default,optional"` }
StorageClass provides struct to enable it or make it default.
Click to show internal directories.
Click to hide internal directories.