Documentation
¶
Index ¶
Constants ¶
View Source
const (
UNKNOWN_IP = "0.0.0.0"
)
Variables ¶
View Source
var Plugin = plugins.Plugin{
Name: "oob",
Setup4: setup4,
Setup6: setup6,
}
Functions ¶
This section is empty.
Types ¶
type K8sClient ¶
type K8sClient struct {
Client client.Client
Namespace string
SubnetLabels []api.SubnetLabel
EventRecorder record.EventRecorder
}
func NewK8sClient ¶
func NewK8sClient(namespace string, oobLabels []api.SubnetLabel) (*K8sClient, error)
Click to show internal directories.
Click to hide internal directories.