Documentation ¶
Index ¶
- func CreateCluster(clusterName string, resourceGroupName string, extraflags []string)
- func DeleteCluster(clusterName string, resourceGroupName string)
- func Find(slice []string, val string) (int, bool)
- func GetCluster(resourceGroupName string, clusterFilter string)
- func GetClusterCredentials(clusterName string, resourceGroupName string)
- func UpdateCluster(clusterName string, resourceGroupName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCluster ¶
CreateCluster creates a cluster
func DeleteCluster ¶
DeleteCluster deletes a cluster
func Find ¶
Find takes a slice and looks for an element in it. If found it will return it's key, otherwise it will return -1 and a bool of false.
func GetCluster ¶
GetCluster will list the available clusters
func GetClusterCredentials ¶
GetClusterCredentials gives the cluster credentials
func UpdateCluster ¶
UpdateCluster updates a cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.