package
0.8.0
Repository: https://github.com/walkingsparrow/kubernetes.git
Documentation: pkg.go.dev

# Packages

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

# Functions

New returns a new instance of Master from the given config.
NewEtcdHelper returns an EtcdHelper for the provided arguments or an error if the version is incorrect.
No description provided by the author
NewIPCache makes a new ip caching layer, which will get IP addresses from cp, and use clock for deciding when to re-get an IP address.
NewPodCache returns a new PodCache which watches container information registered in the given PodRegistry.
RESTStorageToNodes will take a RESTStorage object and return a client interface which will work for any use expecting a client.Nodes() interface.

# Structs

Config is a structure used to configure a Master.
Master contains state for a Kubernetes cluster master/api server.
PodCache contains both a cache of container information, as well as the mechanism for keeping that cache up to date.

# Interfaces

No description provided by the author