Versions in this module Expand all Collapse all v1 v1.6.0 Mar 16, 2017 Changes in this version + type ReplicaSetList struct + CumulativeMetrics []metric.Metric + ListMeta common.ListMeta + ReplicaSets []replicaset.ReplicaSet + func CreateReplicaSetList(replicaSets []extensions.ReplicaSet, pods []api.Pod, events []api.Event, ...) *ReplicaSetList + func GetReplicaSetList(client client.Interface, nsQuery *common.NamespaceQuery, ...) (*ReplicaSetList, error) + func GetReplicaSetListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery, ...) (*ReplicaSetList, error)