Documentation
¶
Index ¶
- type ComponentStatusInformer
- type ConfigMapInformer
- type EndpointsInformer
- type EventInformer
- type Interface
- type LimitRangeInformer
- type NamespaceInformer
- type NodeInformer
- type PersistentVolumeClaimInformer
- type PersistentVolumeInformer
- type PodInformer
- type PodTemplateInformer
- type ReplicationControllerInformer
- type ResourceQuotaInformer
- type SecretInformer
- type ServiceAccountInformer
- type ServiceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentStatusInformer ¶
type ComponentStatusInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ComponentStatusLister
}
ComponentStatusInformer provides access to a shared informer and lister for ComponentStatuses.
type ConfigMapInformer ¶
type ConfigMapInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ConfigMapLister
}
ConfigMapInformer provides access to a shared informer and lister for ConfigMaps.
type EndpointsInformer ¶
type EndpointsInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.EndpointsLister
}
EndpointsInformer provides access to a shared informer and lister for Endpoints.
type EventInformer ¶
type EventInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.EventLister
}
EventInformer provides access to a shared informer and lister for Events.
type Interface ¶
type Interface interface {
// ComponentStatuses returns a ComponentStatusInformer.
ComponentStatuses() ComponentStatusInformer
// ConfigMaps returns a ConfigMapInformer.
ConfigMaps() ConfigMapInformer
// Endpoints returns a EndpointsInformer.
Endpoints() EndpointsInformer
// Events returns a EventInformer.
Events() EventInformer
// LimitRanges returns a LimitRangeInformer.
LimitRanges() LimitRangeInformer
// Namespaces returns a NamespaceInformer.
Namespaces() NamespaceInformer
// Nodes returns a NodeInformer.
Nodes() NodeInformer
// PersistentVolumes returns a PersistentVolumeInformer.
PersistentVolumes() PersistentVolumeInformer
// PersistentVolumeClaims returns a PersistentVolumeClaimInformer.
PersistentVolumeClaims() PersistentVolumeClaimInformer
// Pods returns a PodInformer.
Pods() PodInformer
// PodTemplates returns a PodTemplateInformer.
PodTemplates() PodTemplateInformer
// ReplicationControllers returns a ReplicationControllerInformer.
ReplicationControllers() ReplicationControllerInformer
// ResourceQuotas returns a ResourceQuotaInformer.
ResourceQuotas() ResourceQuotaInformer
// Secrets returns a SecretInformer.
Secrets() SecretInformer
// Services returns a ServiceInformer.
Services() ServiceInformer
// ServiceAccounts returns a ServiceAccountInformer.
ServiceAccounts() ServiceAccountInformer
}
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type LimitRangeInformer ¶
type LimitRangeInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.LimitRangeLister
}
LimitRangeInformer provides access to a shared informer and lister for LimitRanges.
type NamespaceInformer ¶
type NamespaceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.NamespaceLister
}
NamespaceInformer provides access to a shared informer and lister for Namespaces.
type NodeInformer ¶
type NodeInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.NodeLister
}
NodeInformer provides access to a shared informer and lister for Nodes.
type PersistentVolumeClaimInformer ¶
type PersistentVolumeClaimInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.PersistentVolumeClaimLister
}
PersistentVolumeClaimInformer provides access to a shared informer and lister for PersistentVolumeClaims.
type PersistentVolumeInformer ¶
type PersistentVolumeInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.PersistentVolumeLister
}
PersistentVolumeInformer provides access to a shared informer and lister for PersistentVolumes.
type PodInformer ¶
type PodInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.PodLister
}
PodInformer provides access to a shared informer and lister for Pods.
type PodTemplateInformer ¶
type PodTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.PodTemplateLister
}
PodTemplateInformer provides access to a shared informer and lister for PodTemplates.
type ReplicationControllerInformer ¶
type ReplicationControllerInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ReplicationControllerLister
}
ReplicationControllerInformer provides access to a shared informer and lister for ReplicationControllers.
type ResourceQuotaInformer ¶
type ResourceQuotaInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ResourceQuotaLister
}
ResourceQuotaInformer provides access to a shared informer and lister for ResourceQuotas.
type SecretInformer ¶
type SecretInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.SecretLister
}
SecretInformer provides access to a shared informer and lister for Secrets.
type ServiceAccountInformer ¶
type ServiceAccountInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ServiceAccountLister
}
ServiceAccountInformer provides access to a shared informer and lister for ServiceAccounts.
type ServiceInformer ¶
type ServiceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ServiceLister
}
ServiceInformer provides access to a shared informer and lister for Services.