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
Click to show internal directories.
Click to hide internal directories.