package
1.6.0-alpha.0
Repository: https://github.com/inercia/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package ports defines ports used by various pieces of the kubernetes infrastructure.
No description provided by the author

# Functions

No description provided by the author
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.

# Interfaces

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