Documentation ¶
Index ¶
- func CreateAddonWithParams(f *factory.Factory, clustermgmturl string, accessToken string, addonId string, ...) error
- func CreateMachinePool(f *factory.Factory, clustermgmturl string, accessToken string, ...) (*v1.MachinePool, error)
- func DeleteMachinePool(f *factory.Factory, clustermgmturl string, accessToken string, ...) error
- func GetClusterById(f *factory.Factory, accessToken string, clustermgmturl string, ...) (*v1.Cluster, error)
- func GetClusterList(f *factory.Factory, accessToken string, clustermgmturl string, pageNumber int, ...) (*v1.ClusterList, error)
- func GetClusterListWithSearchParams(f *factory.Factory, clustermgmturl string, accessToken string, params string, ...) (*v1.ClusterList, error)
- func GetMachinePoolIdByTaintKey(f *factory.Factory, clustermgmturl string, accessToken string, ...) (string, error)
- func GetMachinePoolList(f *factory.Factory, clustermgmturl string, accessToken string, ...) (*v1.MachinePoolsListResponse, error)
- func GetMachinePoolNodeCount(machinePool *v1.MachinePool) int
- func RemoveAddonsFromCluster(f *factory.Factory, clusterManagementApiUrl string, accessToken string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAddonWithParams ¶
func CreateAddonWithParams(f *factory.Factory, clustermgmturl string, accessToken string, addonId string, params *[]kafkamgmtclient.FleetshardParameter, clusterId string) error
func CreateMachinePool ¶
func CreateMachinePool(f *factory.Factory, clustermgmturl string, accessToken string, mprequest *v1.MachinePool, clusterId string) (*v1.MachinePool, error)
func DeleteMachinePool ¶
func GetClusterById ¶
func GetClusterList ¶
func GetMachinePoolList ¶
func GetMachinePoolNodeCount ¶
func GetMachinePoolNodeCount(machinePool *v1.MachinePool) int
func RemoveAddonsFromCluster ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.