Versions in this module Expand all Collapse all v0 v0.3.0 May 6, 2022 Changes in this version + type Cache interface + GetAllHPAs func() []*autoscalingv1.HorizontalPodAutoscaler + GetDaemonSets func() []*appsv1.DaemonSet + GetDeployments func() []*appsv1.Deployment + GetNodes func() []*v1.Node + GetPods func() []*v1.Pod + GetStatefulSets func() []*appsv1.StatefulSet + WaitForCacheSync func(stopCh <-chan struct{}) + func NewCache(client kubernetes.Interface) Cache