Documentation
¶
Index ¶
Constants ¶
View Source
const (
SubmarinerGatewayLabel = "submariner.io/gateway"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶ added in v0.12.0
type Interface interface {
ListNodesWithLabel(labelSelector string) (*v1.NodeList, error)
ListGatewayNodes() (*v1.NodeList, error)
AddGWLabelOnNode(nodeName string) error
RemoveGWLabelFromWorkerNodes() error
RemoveGWLabelFromWorkerNode(node *v1.Node) error
}
func NewInterface ¶ added in v0.12.0
func NewInterface(clientSet kubernetes.Interface) Interface
Click to show internal directories.
Click to hide internal directories.