package
12.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev

# Functions

NewComponentStatusLister returns a new ComponentStatusLister.
NewConfigMapLister returns a new ConfigMapLister.
NewEndpointsLister returns a new EndpointsLister.
NewEventLister returns a new EventLister.
NewLimitRangeLister returns a new LimitRangeLister.
NewNamespaceLister returns a new NamespaceLister.
NewNodeLister returns a new NodeLister.
NewPersistentVolumeClaimLister returns a new PersistentVolumeClaimLister.
NewPersistentVolumeLister returns a new PersistentVolumeLister.
NewPodLister returns a new PodLister.
NewPodTemplateLister returns a new PodTemplateLister.
NewReplicationControllerLister returns a new ReplicationControllerLister.
NewResourceQuotaLister returns a new ResourceQuotaLister.
NewSecretLister returns a new SecretLister.
NewServiceAccountLister returns a new ServiceAccountLister.
NewServiceLister returns a new ServiceLister.

# Interfaces

ComponentStatusLister helps list ComponentStatuses.
ComponentStatusListerExpansion allows custom methods to be added to ComponentStatusLister.
ConfigMapLister helps list ConfigMaps.
ConfigMapListerExpansion allows custom methods to be added to ConfigMapLister.
ConfigMapNamespaceLister helps list and get ConfigMaps.
ConfigMapNamespaceListerExpansion allows custom methods to be added to ConfigMapNamespaceLister.
EndpointsLister helps list Endpoints.
EndpointsListerExpansion allows custom methods to be added to EndpointsLister.
EndpointsNamespaceLister helps list and get Endpoints.
EndpointsNamespaceListerExpansion allows custom methods to be added to EndpointsNamespaceLister.
EventLister helps list Events.
EventListerExpansion allows custom methods to be added to EventLister.
EventNamespaceLister helps list and get Events.
EventNamespaceListerExpansion allows custom methods to be added to EventNamespaceLister.
LimitRangeLister helps list LimitRanges.
LimitRangeListerExpansion allows custom methods to be added to LimitRangeLister.
LimitRangeNamespaceLister helps list and get LimitRanges.
LimitRangeNamespaceListerExpansion allows custom methods to be added to LimitRangeNamespaceLister.
NamespaceLister helps list Namespaces.
NamespaceListerExpansion allows custom methods to be added to NamespaceLister.
NodeLister helps list Nodes.
NodeListerExpansion allows custom methods to be added to NodeLister.
PersistentVolumeClaimLister helps list PersistentVolumeClaims.
PersistentVolumeClaimListerExpansion allows custom methods to be added to PersistentVolumeClaimLister.
PersistentVolumeClaimNamespaceLister helps list and get PersistentVolumeClaims.
PersistentVolumeClaimNamespaceListerExpansion allows custom methods to be added to PersistentVolumeClaimNamespaceLister.
PersistentVolumeLister helps list PersistentVolumes.
PersistentVolumeListerExpansion allows custom methods to be added to PersistentVolumeLister.
PodLister helps list Pods.
PodListerExpansion allows custom methods to be added to PodLister.
PodNamespaceLister helps list and get Pods.
PodNamespaceListerExpansion allows custom methods to be added to PodNamespaceLister.
PodTemplateLister helps list PodTemplates.
PodTemplateListerExpansion allows custom methods to be added to PodTemplateLister.
PodTemplateNamespaceLister helps list and get PodTemplates.
PodTemplateNamespaceListerExpansion allows custom methods to be added to PodTemplateNamespaceLister.
ReplicationControllerLister helps list ReplicationControllers.
ReplicationControllerListerExpansion allows custom methods to be added to ReplicationControllerLister.
ReplicationControllerNamespaceLister helps list and get ReplicationControllers.
ReplicationControllerNamespaceListerExpansion allows custom methods to be added to ReplicationControllerNamespaceLister.
ResourceQuotaLister helps list ResourceQuotas.
ResourceQuotaListerExpansion allows custom methods to be added to ResourceQuotaLister.
ResourceQuotaNamespaceLister helps list and get ResourceQuotas.
ResourceQuotaNamespaceListerExpansion allows custom methods to be added to ResourceQuotaNamespaceLister.
SecretLister helps list Secrets.
SecretListerExpansion allows custom methods to be added to SecretLister.
SecretNamespaceLister helps list and get Secrets.
SecretNamespaceListerExpansion allows custom methods to be added to SecretNamespaceLister.
ServiceAccountLister helps list ServiceAccounts.
ServiceAccountListerExpansion allows custom methods to be added to ServiceAccountLister.
ServiceAccountNamespaceLister helps list and get ServiceAccounts.
ServiceAccountNamespaceListerExpansion allows custom methods to be added to ServiceAccountNamespaceLister.
ServiceLister helps list Services.
ServiceListerExpansion allows custom methods to be added to ServiceLister.
ServiceNamespaceLister helps list and get Services.
ServiceNamespaceListerExpansion allows custom methods to be added to ServiceNamespaceLister.

# Type aliases

NodeConditionPredicate is a function that indicates whether the given node's conditions meet some set of criteria defined by the function.