Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { GetAllHPAs() []*autoscalingv1.HorizontalPodAutoscaler GetStatefulSets() []*appsv1.StatefulSet GetDaemonSets() []*appsv1.DaemonSet GetDeployments() []*appsv1.Deployment GetPods() []*v1.Pod GetNodes() []*v1.Node WaitForCacheSync(stopCh <-chan struct{}) }
func NewCache ¶
func NewCache(client kubernetes.Interface) Cache
Click to show internal directories.
Click to hide internal directories.