Documentation
¶
Index ¶
- func InitializeStorageFactory(client *resources.KsctlClient, verbosity bool) (string, error)
- type KsctlControllerClient
- func (ksctlControlCli *KsctlControllerClient) AddWorkerPlaneNode(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) CreateHACluster(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) CreateManagedCluster(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) Credentials(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) DelWorkerPlaneNode(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) DeleteHACluster(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) DeleteManagedCluster(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) GetCluster(client *resources.KsctlClient) (string, error)
- func (ksctlControlCli *KsctlControllerClient) SwitchCluster(client *resources.KsctlClient) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeStorageFactory ¶
func InitializeStorageFactory(client *resources.KsctlClient, verbosity bool) (string, error)
Types ¶
type KsctlControllerClient ¶
type KsctlControllerClient struct{}
func GenKsctlController ¶
func GenKsctlController() *KsctlControllerClient
func (*KsctlControllerClient) AddWorkerPlaneNode ¶
func (ksctlControlCli *KsctlControllerClient) AddWorkerPlaneNode(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) CreateHACluster ¶
func (ksctlControlCli *KsctlControllerClient) CreateHACluster(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) CreateManagedCluster ¶
func (ksctlControlCli *KsctlControllerClient) CreateManagedCluster(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) Credentials ¶
func (ksctlControlCli *KsctlControllerClient) Credentials(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) DelWorkerPlaneNode ¶
func (ksctlControlCli *KsctlControllerClient) DelWorkerPlaneNode(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) DeleteHACluster ¶
func (ksctlControlCli *KsctlControllerClient) DeleteHACluster(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) DeleteManagedCluster ¶
func (ksctlControlCli *KsctlControllerClient) DeleteManagedCluster(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) GetCluster ¶
func (ksctlControlCli *KsctlControllerClient) GetCluster(client *resources.KsctlClient) (string, error)
func (*KsctlControllerClient) SwitchCluster ¶
func (ksctlControlCli *KsctlControllerClient) SwitchCluster(client *resources.KsctlClient) (string, error)
Click to show internal directories.
Click to hide internal directories.