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