# Functions
BuildUpstreamClusterState creates an AKSClusterConfigSpec (spec for the AKS cluster state) from the existing cluster configuration.
GetClusterKubeConfig returns a kubeconfig for a given cluster.
No description provided by the author
# Constants
ClusterStatusCanceled The Canceled state indicates that create or update was canceled, return code 2.
ClusterStatusDeleting The Deleting state indicates that cluster was removed, return code 4.
ClusterStatusFailed The Failed state indicates the cluster is unusable, return code 1.
ClusterStatusInProgress The InProgress state indicates that some work is actively being done on the cluster, such as upgrading the master or node software, return code 3.
ClusterStatusSucceeded The Succeeeded state indicates the cluster has been created and is fully usable, return code 0.
ClusterStatusUpdating The Updating state indicates the cluster is updating.
NodePoolCreating The Creating state indicates that node pool is creating.
NodePoolDeleting The Deleting state indicates that node pool is being deleted.
NodePoolScaling The Scaling state indicates that node pool is being scaled.
NodePoolSucceeded The Succeeeded state indicates the node pool has been created and is fully usable, return code 0.
NodePoolUpgrading The Upgrading state indicates that node pool is upgrading.