package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Functions

CreateSharedNamespaceIndexInformer returns a SharedIndexInformer that lists and watches namespaces.
CreateSharedNodeIndexInformer returns a SharedIndexInformer that lists and watches all nodes.
CreateSharedPodIndexInformer returns a SharedIndexInformer that lists and watches all pods.
CreateSharedPodInformer returns a SharedIndexInformer that lists and watches all pods.
CreateSharedPVCIndexInformer returns a SharedIndexInformer that lists and watches all PVCs.
CreateSharedPVIndexInformer returns a SharedIndexInformer that lists and watches all PVs.
NewSharedInformerFactory constructs a new instance of sharedInformerFactory.

# Interfaces

NamespaceInformer is type of SharedIndexInformer which watches and lists all namespaces.
NodeInformer is type of SharedIndexInformer which watches and lists all nodes.
PodInformer is type of SharedIndexInformer which watches and lists all pods.
PVCInformer is type of SharedIndexInformer which watches and lists all persistent volume claims.
PVInformer is type of SharedIndexInformer which watches and lists all persistent volumes.
SharedInformerFactory provides interface which holds unique informers for pods, nodes, namespaces, persistent volume claims and persistent volumes.