Documentation ¶
Overview ¶
Package k8s contains utilities for Antrea interactions with Kubernetes.
Index ¶
- func CreateClients(config componentbaseconfig.ClientConnectionConfiguration, ...) (clientset.Interface, aggregatorclientset.Interface, crdclientset.Interface, ...)
- func CreateNetworkAttachDefClient(config componentbaseconfig.ClientConnectionConfiguration, ...) (netdefclient.K8sCniCncfIoV1Interface, error)
- func GetNodeAddrs(node *v1.Node) (*ip.DualStackIPs, error)
- func GetNodeAddrsFromAnnotations(node *v1.Node, annotationKey string) (*ip.DualStackIPs, error)
- func GetNodeAllAddrs(node *v1.Node) (ips sets.String, err error)
- func GetNodeGatewayAddrs(node *v1.Node) (*ip.DualStackIPs, error)
- func NamespacedName(namespace, name string) string
- func ParseStatefulSetName(name string) (statefulSetName string, index int, err error)
- func SplitNamespacedName(name string) (string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateClients ¶
func CreateClients(config componentbaseconfig.ClientConnectionConfiguration, kubeAPIServerOverride string) ( clientset.Interface, aggregatorclientset.Interface, crdclientset.Interface, apiextensionclientset.Interface, mcclientset.Interface, error)
CreateClients creates kube clients from the given config.
func CreateNetworkAttachDefClient ¶ added in v1.5.0
func CreateNetworkAttachDefClient(config componentbaseconfig.ClientConnectionConfiguration, kubeAPIServerOverride string) (netdefclient.K8sCniCncfIoV1Interface, error)
CreateNetworkAttachDefClient creates net-attach-def client handle from the given config.
func GetNodeAddrs ¶ added in v1.3.0
func GetNodeAddrs(node *v1.Node) (*ip.DualStackIPs, error)
GetNodeAddrs gets the available IP addresses of a Node. GetNodeAddrs will first try to get the NodeInternalIP, then try to get the NodeExternalIP. If no error is returned, the returned DualStackIPs includes at least one IPv4 or IPv6 address.
func GetNodeAddrsFromAnnotations ¶ added in v1.6.0
GetNodeAddrsFromAnnotations gets available IPs from the Node Annotation. The annotations are set by Antrea.
func GetNodeAllAddrs ¶ added in v1.6.0
GetNodeAllAddrs gets all Node IPs from the Node.
func GetNodeGatewayAddrs ¶ added in v1.6.0
func GetNodeGatewayAddrs(node *v1.Node) (*ip.DualStackIPs, error)
GetNodeGatewayAddrs gets Node Antrea gateway IPs from the Node Spec.
func NamespacedName ¶
NamespacedName generates the conventional K8s resource name, which connects namespace and name with "/".
func ParseStatefulSetName ¶ added in v1.5.0
func SplitNamespacedName ¶ added in v1.5.0
SplitNamespacedName splits conventional K8s resource name to Namespace and Resource Name
Types ¶
This section is empty.