Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PoolProperties ¶
type PoolProperties struct { // The storage type of the storage pool. // One of: "block", "file" or "object". StorageType string `yaml:"storageType,omitempty"` // The locality that pool belongs to. AvailabilityZone string `yaml:"availabilityZone,omitempty"` // Map of keys and StoragePoolExtraSpec object that represents the properties // of the pool, such as supported capabilities. // +optional Extras model.StoragePoolExtraSpec `yaml:"extras,omitempty"` }
Click to show internal directories.
Click to hide internal directories.