Documentation
¶
Index ¶
- Constants
- func AwsCAPIEtcdEndpoint(clusterID string, baseDomain string) string
- func AzureEtcdEndpoint(etcdDomain string) string
- func CAPIEtcdEndpoint(component string, nodeName string) string
- func IsFailedBackup(err error) bool
- func IsInvalidConfig(err error) bool
- func IsUnableToGetTenantClusters(err error) bool
- func KVMEtcdEndpoint(etcdDomain string) string
- type Cluster
- type ETCDInstance
- type ETCDv2Settings
- type ETCDv3Settings
- type TLSClientConfig
- type Utils
Constants ¶
View Source
const (
CAPI = "capi"
)
View Source
const (
LabelCAPIControlPlaneNode = "node-role.kubernetes.io/control-plane=''"
)
Variables ¶
This section is empty.
Functions ¶
func AwsCAPIEtcdEndpoint ¶
func AzureEtcdEndpoint ¶
func CAPIEtcdEndpoint ¶ added in v3.2.0
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsUnableToGetTenantClusters ¶
IsUnableToGetTenantClusters asserts unableToGetTenantClustersError.
func KVMEtcdEndpoint ¶
Types ¶
type ETCDInstance ¶
type ETCDInstance struct { Name string ETCDv2 ETCDv2Settings ETCDv3 ETCDv3Settings }
type ETCDv2Settings ¶
type ETCDv2Settings struct {
DataDir string
}
func (ETCDv2Settings) AreComplete ¶
func (s ETCDv2Settings) AreComplete() bool
type ETCDv3Settings ¶
func (ETCDv3Settings) AreComplete ¶
func (s ETCDv3Settings) AreComplete() bool
type TLSClientConfig ¶
Click to show internal directories.
Click to hide internal directories.