coreaksctl

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AskForConfirmation

func AskForConfirmation() bool

askForConfirmation uses Scanln to parse user input. A user must type in "yes" or "no" and then press enter. It has fuzzy matching, so "y", "Y", "yes", "YES", and "Yes" all count as confirmations. If the input is not recognized, it will ask again. The function does not return until it gets a valid response from the user. Typically, you should use fmt to print out a question before calling askForConfirmation. E.g. fmt.Println("WARNING: Are you sure? (yes/no)")

func CheckResourceGroup

func CheckResourceGroup(rgroupName string) bool

func CreateCluster

func CreateCluster(clusterName string, resourceGroupName string, extraflags []string)

func CreateDisk

func CreateDisk(diskName string, diskResourcegroup string, diskLocation string, diskSize string)

func CreateNodePool

func CreateNodePool(clusterName string, nodePoolName string, rgroupName string)

func CreateResourceGroup

func CreateResourceGroup(rgroupName string, rgroupRegion string)

func CreateVNet

func CreateVNet(vNetName string, rgroupName string)

func DeleteCluster

func DeleteCluster(clusterName string, resourceGroupName string)

func DeleteDisk

func DeleteDisk(diskName string, diskResourceGroup string)

func DeleteNodePool

func DeleteNodePool(clusterName string, nodePoolName string, rgroupName string)

func DeleteResourceGroup

func DeleteResourceGroup(rgroupName string)

func DeleteVNet

func DeleteVNet(vNetName string, rgroupName string)

func GetCluster

func GetCluster(resourceGroupName string)

func GetClusterCredentials

func GetClusterCredentials(clusterName string, resourceGroupName string)

func GetDisk

func GetDisk(diskResourceGroup string)

func GetNodePool

func GetNodePool(clusterName string, rgroupName string)

func GetResourceGroup

func GetResourceGroup()

func ScaleNodePool

func ScaleNodePool(clusterName string, nodePoolName string, rgroupName string)

func UpdateCluster

func UpdateCluster(clusterName string, resourceGroupName string)

func UpdateDisk

func UpdateDisk(diskName string, diskResourceGroup string, diskSize string)

func UpdateNodePool

func UpdateNodePool(clusterName string, nodePoolName string, rgroupName string)

func UpdateResourceGroup

func UpdateResourceGroup(rgroupName string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL