package
1.4.0-alpha.1
Repository: https://github.com/fraenkel/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package ports defines ports used by various pieces of the kubernetes infrastructure.

# Functions

No description provided by the author
MetricsWithReset is a handler that resets metrics when DELETE is passed to the endpoint.
New returns a new instance of Master from the given config.
NewMasterCountEndpointReconciler creates a new EndpointReconciler that reconciles based on a specified expected number of masters.

# Constants

DefaultEndpointReconcilerInterval is the default amount of time for how often the endpoints for the kubernetes Service are reconciled.

# Structs

No description provided by the author
Controller is the controller manager for the core bootstrap Kubernetes controller loops, which manage creating the "kubernetes" service, the "default" and "kube-system" namespace, and provide the IP repair check on service IPs.
EndpointReconcilerConfig holds the endpoint reconciler and endpoint reconciliation interval to be used by the master.
Master contains state for a Kubernetes cluster master/api server.
ThirdPartyController is a control loop that knows how to synchronize ThirdPartyResource objects with RESTful resources which are present in the API server.

# Interfaces

EndpointReconciler knows how to reconcile the endpoints for the apiserver service.