Versions in this module Expand all Collapse all v1 v1.6.1 May 16, 2017 Changes in this version + type DaemonSetController extensions.DaemonSet + func (self DaemonSetController) Get(allPods []api.Pod, allEvents []api.Event) ResourceOwner + type JobController batch.Job + func (self JobController) Get(allPods []api.Pod, allEvents []api.Event) ResourceOwner + type ReplicaSetController extensions.ReplicaSet + func (self ReplicaSetController) Get(allPods []api.Pod, allEvents []api.Event) ResourceOwner + type ReplicationControllerController api.ReplicationController + func (self ReplicationControllerController) Get(allPods []api.Pod, allEvents []api.Event) ResourceOwner + type ResourceController interface + Get func(allPods []api.Pod, allEvents []api.Event) ResourceOwner + func NewResourceController(reference api.ObjectReference, client kubernetes.Interface) (ResourceController, error) + type ResourceOwner struct + ContainerImages []string + ObjectMeta common.ObjectMeta + Pods common.PodInfo + TypeMeta common.TypeMeta + type StatefulSetController apps.StatefulSet + func (self StatefulSetController) Get(allPods []api.Pod, allEvents []api.Event) ResourceOwner