Versions in this module Expand all Collapse all v1 v1.6.0 Mar 16, 2017 Changes in this version + type StatefulSet struct + ContainerImages []string + ObjectMeta common.ObjectMeta + Pods common.PodInfo + TypeMeta common.TypeMeta + func ToStatefulSet(statefulSet *apps.StatefulSet, podInfo *common.PodInfo) StatefulSet + type StatefulSetList struct + CumulativeMetrics []metric.Metric + ListMeta common.ListMeta + StatefulSets []StatefulSet + func CreateStatefulSetList(statefulSets []apps.StatefulSet, pods []api.Pod, events []api.Event, ...) *StatefulSetList + func GetStatefulSetList(client *client.Clientset, nsQuery *common.NamespaceQuery, ...) (*StatefulSetList, error) + func GetStatefulSetListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery, ...) (*StatefulSetList, error)