package
1.6.0-alpha.2
Repository: https://github.com/brahmaroutu/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewInternalLimitRangeInformer returns a SharedIndexInformer that lists and watches all LimitRanges.
NewInternalNamespaceInformer returns a SharedIndexInformer that lists and watches namespaces.
NewJobInformer returns a SharedIndexInformer that lists and watches all jobs.
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.
NewReplicationControllerInformer returns a SharedIndexInformer that lists and watches all replication controllers.
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.
InternalLimitRangeInformer is type of SharedIndexInformer which watches and lists all limit ranges.
InternalNamespaceInformer is type of SharedIndexInformer which watches and lists all namespaces.
JobInformer is type of SharedIndexInformer which watches and lists all jobs.
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.
ReplicationControllerInformer is type of SharedIndexInformer which watches and lists all replication controllers.
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.