Documentation ¶
Index ¶
Constants ¶
View Source
const (
ServiceCIDRProtectionFinalizer = "networking.k8s.io/service-cidr-finalizer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages selector-based service ipAddress.
func NewController ¶
func NewController( ctx context.Context, serviceCIDRInformer networkinginformers.ServiceCIDRInformer, ipAddressInformer networkinginformers.IPAddressInformer, client clientset.Interface, ) *Controller
NewController returns a new *Controller.
Click to show internal directories.
Click to hide internal directories.