Documentation
¶
Index ¶
Constants ¶
View Source
const (
AddWorkerStorage = "10-plugin-cluster-storage-add-worker.yml"
)
View Source
const (
NfsStorage = "10-plugin-cluster-storage-nfs.yml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddWorkerStoragePhase ¶
type AddWorkerStoragePhase struct {
EnableNfsProvisioner string
NfsVersion string
EnableGfsProvisioner string
EnableExternalCephBlockProvisioner string
EnableExternalCephFsProvisioner string
AddWorker bool
}
func (AddWorkerStoragePhase) Name ¶
func (n AddWorkerStoragePhase) Name() string
type ExternalCephStoragePhase ¶
type ExternalCephStoragePhase struct {
ProvisionerName string
}
func (ExternalCephStoragePhase) Name ¶
func (n ExternalCephStoragePhase) Name() string
type NfsStoragePhase ¶
type NfsStoragePhase struct {
NfsServerVersion string
NfsServer string
NfsServerPath string
ProvisionerName string
}
func (NfsStoragePhase) Name ¶
func (n NfsStoragePhase) Name() string
type OceanStorPhase ¶
type OceanStorPhase struct {
OceanStorType string
OceanstorProduct string
OceanstorURLs string
OceanstorUser string
OceanstorPassword string
OceanstorPools string
OceanstorPortal string
OceanstorControllerType string
OceanstorIsMultipath string
}
func (OceanStorPhase) Name ¶
func (o OceanStorPhase) Name() string
type RookCephStoragePhase ¶
type RookCephStoragePhase struct {
StorageRookPath string
}
func (RookCephStoragePhase) Name ¶
func (n RookCephStoragePhase) Name() string
Click to show internal directories.
Click to hide internal directories.