Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller represents the EndpointSlice mirror controller. For namespaces that use a user-defined primary network, this controller mirrors the default EndpointSlices (managed by the default Kubernetes EndpointSlice controller) into new EndpointSlices that contain the addresses from the primary network.
func NewController ¶
func NewController( ovnClient *util.OVNClusterManagerClientset, wf *factory.WatchFactory, networkManager networkmanager.Interface, ) (*Controller, error)
func (*Controller) Stop ¶
func (c *Controller) Stop()
Click to show internal directories.
Click to hide internal directories.