# Functions
NewLimitRangeInformer returns a SharedIndexInformer that lists and watches all LimitRanges.
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.
NewServiceAccountInformer returns a SharedIndexInformer that lists and watches all ServiceAccounts.
NewSharedInformerFactory constructs a new instance of sharedInformerFactory.
# Interfaces
No description provided by the author
No description provided by the author
DaemonSetInformer is type of SharedIndexInformer which watches and lists all pods.
DeploymentInformer is a type of SharedIndexInformer which watches and lists all deployments.
GenericInformer is type of SharedIndexInformer which will locate and delegate to other sharedInformers based on type.
LimitRangeInformer is type of SharedIndexInformer which watches and lists all limit ranges.
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.
ReplicaSetInformer is a type of SharedIndexInformer which watches and lists all replicasets.
No description provided by the author
No description provided by the author
ServiceAccountInformer is type of SharedIndexInformer which watches and lists all ServiceAccounts.
SharedInformerFactory provides interface which holds unique informers for pods, nodes, namespaces, persistent volume claims and persistent volumes.
StorageClassInformer is type of SharedIndexInformer which watches and lists all storage classes.