Documentation
¶
Overview ¶
Package talos does something.
Index ¶
Constants ¶
View Source
const ( // ProviderName is the name of the Talos provider. ProviderName = "talos" // ServiceAccountName is the service account name used in kube-system namespace. ServiceAccountName = "talos-cloud-controller-manager" // ClusterNameNodeLabel is the node label of cluster-name. ClusterNameNodeLabel = "node.cloudprovider.kubernetes.io/clustername" // ClusterNodePlatformLabel is the node label of platform name. ClusterNodePlatformLabel = "node.cloudprovider.kubernetes.io/platform" // ClusterNodeLifeCycleLabel is a life cycle type of compute node. ClusterNodeLifeCycleLabel = "node.cloudprovider.kubernetes.io/lifecycle" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.