Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + const ControllerManagerPort + const KubeletPort + const SchedulerPort + func NewEtcdHelper(client tools.EtcdGetSet, version string) (helper tools.EtcdHelper, err error) + type Config struct + Client *client.Client + Cloud cloudprovider.Interface + EtcdHelper tools.EtcdHelper + EventTTL time.Duration + HealthCheckMinions bool + MinionCacheTTL time.Duration + MinionRegexp string + Minions []string + NodeResources api.NodeResources + PodInfoGetter client.PodInfoGetter + type Master struct + func New(c *Config) *Master + func (m *Master) API_v1beta1() (map[string]apiserver.RESTStorage, runtime.Codec, string, runtime.SelfLinker) + func (m *Master) API_v1beta2() (map[string]apiserver.RESTStorage, runtime.Codec, string, runtime.SelfLinker) + type PodCache struct + func NewPodCache(info client.PodInfoGetter, pods pod.Registry) *PodCache + func (p *PodCache) GetPodInfo(host, podNamespace, podID string) (api.PodInfo, error) + func (p *PodCache) UpdateAllContainers()