package
1.8.0-alpha.2
Repository: https://github.com/weekface/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
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
DefaultServiceIPRange takes a the serviceIPRange flag and returns the defaulted service ip range (if needed), api server service IP, and an error TODO move this out of the genericapiserver package.
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
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", "kube-system" and "kube-public" namespaces, 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.
RESTStorageProvider is a factory type for REST storage.