Documentation ¶
Index ¶
- type ServerManager
- func (m *ServerManager) AuthController() *hwameistorctr.AuthController
- func (m *ServerManager) LocalDiskController() *hwameistorctr.LocalDiskController
- func (m *ServerManager) LocalDiskNodeController() *hwameistorctr.LocalDiskNodeController
- func (m *ServerManager) MetricController() *hwameistorctr.MetricController
- func (m *ServerManager) SettingController() *hwameistorctr.SettingController
- func (m *ServerManager) SnapshotController() *hwameistorctr.LocalSnapshotController
- func (m *ServerManager) StorageNodeController() *hwameistorctr.LocalStorageNodeController
- func (m *ServerManager) StoragePoolController() *hwameistorctr.LocalStoragePoolController
- func (m *ServerManager) VolumeController() *hwameistorctr.LocalVolumeController
- func (m *ServerManager) VolumeGroupController() *hwameistorctr.VolumeGroupController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerManager ¶
type ServerManager struct {
// contains filtered or unexported fields
}
func NewServerManager ¶
func NewServerManager(mgr mgrpkg.Manager, clientset *kubernetes.Clientset) (*ServerManager, error)
func (*ServerManager) AuthController ¶
func (m *ServerManager) AuthController() *hwameistorctr.AuthController
func (*ServerManager) LocalDiskController ¶
func (m *ServerManager) LocalDiskController() *hwameistorctr.LocalDiskController
func (*ServerManager) LocalDiskNodeController ¶
func (m *ServerManager) LocalDiskNodeController() *hwameistorctr.LocalDiskNodeController
func (*ServerManager) MetricController ¶
func (m *ServerManager) MetricController() *hwameistorctr.MetricController
func (*ServerManager) SettingController ¶
func (m *ServerManager) SettingController() *hwameistorctr.SettingController
func (*ServerManager) SnapshotController ¶
func (m *ServerManager) SnapshotController() *hwameistorctr.LocalSnapshotController
func (*ServerManager) StorageNodeController ¶
func (m *ServerManager) StorageNodeController() *hwameistorctr.LocalStorageNodeController
func (*ServerManager) StoragePoolController ¶
func (m *ServerManager) StoragePoolController() *hwameistorctr.LocalStoragePoolController
func (*ServerManager) VolumeController ¶
func (m *ServerManager) VolumeController() *hwameistorctr.LocalVolumeController
func (*ServerManager) VolumeGroupController ¶
func (m *ServerManager) VolumeGroupController() *hwameistorctr.VolumeGroupController
Click to show internal directories.
Click to hide internal directories.