package
0.38.5
Repository: https://github.com/devigned/aks-engine.git
Documentation: pkg.go.dev

# Constants

APIVersion is the version of this API.
Creating means ContainerService resource is being created.
Deleting means resource is in the process of being deleted.
Failed means resource is in failed state.
Linux OSType.
ManagedDisks means that the nodes use managed disks for their os and attached volumes.
MaxAgentCount are the maximum number of agents.
MaxDiskSizeGB specifies the maximum attached disk size.
Migrating means resource is being migrated from one subscription or resource group to another.
MinAgentCount are the minimum number of agents.
MinDiskSizeGB specifies the minimum attached disk size.
StorageAccount means that the nodes use raw storage accounts for their os and attached volumes.
Succeeded means resource created succeeded during last create/update.
Updating means an existing ContainerService resource is being updated.
Upgrading means an existing resource is being upgraded.
Windows OSType.

# Structs

AccessProfile represents role name and kubeconfig.
AgentPoolProfile represents configuration of VMs running agent daemons that register with the master and offer resources to host applications in containers.
CertificateProfile contains cert material for the Kubernetes cluster.
LinuxProfile represents the Linux configuration passed to the cluster.
ManagedCluster complies with the ARM model of resource definition in a JSON template.
Properties represents the AKS cluster definition.
PublicKey represents an SSH key for LinuxProfile.
ResourcePurchasePlan defines resource plan as required by ARM for billing purposes.
ServicePrincipalProfile contains the client and secret used by the cluster for Azure Resource CRUD The 'Secret' parameter could be either a plain text, or referenced to a secret in a keyvault.
WindowsProfile represents the Windows configuration passed to the cluster.

# Type aliases

OSType represents OS types of agents.
ProvisioningState represents the current state of container service resource.