package
1.13.0-alpha.0
Repository: https://github.com/jsturtevant/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.
Package reconcilers Endpoint Reconcilers for the apiserver.
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.

# Constants

DefaultEndpointReconcilerInterval is the default amount of time for how often the endpoints for the kubernetes Service are reconciled.
DefaultEndpointReconcilerTTL is the default TTL timeout for the storage layer.

# Structs

No description provided by the author
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.
No description provided by the author
Master contains state for a Kubernetes cluster master/api server.

# Interfaces

RESTStorageProvider is a factory type for REST storage.