k8s

package
v0.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2022 License: Apache-2.0 Imports: 8 Imported by: 6

Documentation

Index

Constants

View Source
const (
	SubmarinerGatewayLabel = "submariner.io/gateway"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type K8sInterface

type K8sInterface interface {
	ListNodesWithLabel(labelSelector string) (*v1.NodeList, error)
	ListGatewayNodes() (*v1.NodeList, error)
	AddGWLabelOnNode(nodeName string) error
	RemoveGWLabelFromWorkerNodes() error
}

func NewK8sInterface

func NewK8sInterface(clientSet kubernetes.Interface) K8sInterface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL