client-gok8s.io/client-go/informers/networking/v1alpha1 Index | Files

package v1alpha1

import "k8s.io/client-go/informers/networking/v1alpha1"

Index

Functions

func NewClusterCIDRConfigInformer

func NewClusterCIDRConfigInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterCIDRConfigInformer constructs a new informer for ClusterCIDRConfig type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredClusterCIDRConfigInformer

func NewFilteredClusterCIDRConfigInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredClusterCIDRConfigInformer constructs a new informer for ClusterCIDRConfig type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

Types

type ClusterCIDRConfigInformer

type ClusterCIDRConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ClusterCIDRConfigLister
}

ClusterCIDRConfigInformer provides access to a shared informer and lister for ClusterCIDRConfigs.

type Interface

type Interface interface {
	// ClusterCIDRConfigs returns a ClusterCIDRConfigInformer.
	ClusterCIDRConfigs() ClusterCIDRConfigInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

Source Files

clustercidrconfig.go interface.go

Version
v0.24.0-beta.0
Published
Mar 31, 2022
Platform
windows/amd64
Imports
10 packages
Last checked
38 minutes ago

Tools for package owners.