Versions in this module Expand all Collapse all v1 v1.6.0 Mar 16, 2017 Changes in this version + func GetReplicationControllerEvents(client client.Interface, dsQuery *dataselect.DataSelectQuery, ...) (*common.EventList, error) + func GetReplicationControllerPods(client k8sClient.Interface, heapsterClient client.HeapsterClient, ...) (*pod.PodList, error) + func GetReplicationControllerServices(client client.Interface, dsQuery *dataselect.DataSelectQuery, ...) (*service.ServiceList, error) + func UpdateReplicasCount(client k8sClient.Interface, namespace, name string, ...) error + type ReplicationControllerDetail struct + ContainerImages []string + EventList common.EventList + HasMetrics bool + HorizontalPodAutoscalerList horizontalpodautoscaler.HorizontalPodAutoscalerList + LabelSelector map[string]string + ObjectMeta common.ObjectMeta + PodInfo common.PodInfo + PodList pod.PodList + ServiceList resourceService.ServiceList + TypeMeta common.TypeMeta + func GetReplicationControllerDetail(client k8sClient.Interface, heapsterClient client.HeapsterClient, ...) (*ReplicationControllerDetail, error) + func ToReplicationControllerDetail(replicationController *api.ReplicationController, podInfo common.PodInfo, ...) ReplicationControllerDetail + type ReplicationControllerSpec struct + Replicas int32