package
1.5.0-alpha.0
Repository: https://github.com/squeed/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewNamespaceInformer returns a SharedIndexInformer that lists and watches namespaces.
NewNodeInformer returns a SharedIndexInformer that lists and watches all nodes.
NewPodInformer returns a SharedIndexInformer that lists and watches all pods.
NewPVCInformer returns a SharedIndexInformer that lists and watches all PVCs.
NewPVInformer 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.