Documentation ¶
Index ¶
Constants ¶
View Source
const ( // InternalLoadBalancerAnnotation is internal load balancer annotation of service InternalLoadBalancerAnnotation = "service.beta.kubernetes.io/ironcore-load-balancer-internal" // AnnotationKeyClusterName is the cluster name annotation key name AnnotationKeyClusterName = "cluster-name" // AnnotationKeyServiceName is the service name annotation key name AnnotationKeyServiceName = "service-name" // AnnotationKeyServiceNamespace is the service namespace annotation key name AnnotationKeyServiceNamespace = "service-namespace" // AnnotationKeyServiceUID is the service UID annotation key name AnnotationKeyServiceUID = "service-uid" // LabelKeyClusterName is the label key name used to identify the cluster name in Kubernetes labels LabelKeyClusterName = "kubernetes.io/cluster" )
View Source
const (
ProviderName = "ironcore"
)
Variables ¶
View Source
var (
IroncoreKubeconfigPath string
)
Functions ¶
func AddExtraFlags ¶
func LoadCloudProviderConfig ¶
Types ¶
type CloudConfig ¶
Click to show internal directories.
Click to hide internal directories.