package v1beta1

import "k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1beta1"

Index

Functions

func NewCustomResourceDefinitionInformer

func NewCustomResourceDefinitionInformer(client clientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCustomResourceDefinitionInformer constructs a new informer for CustomResourceDefinition 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 NewFilteredCustomResourceDefinitionInformer

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

NewFilteredCustomResourceDefinitionInformer constructs a new informer for CustomResourceDefinition 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 CustomResourceDefinitionInformer

type CustomResourceDefinitionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiextensionsv1beta1.CustomResourceDefinitionLister
}

CustomResourceDefinitionInformer provides access to a shared informer and lister for CustomResourceDefinitions.

type Interface

type Interface interface {
	// CustomResourceDefinitions returns a CustomResourceDefinitionInformer.
	CustomResourceDefinitions() CustomResourceDefinitionInformer
}

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

func New

New returns a new Interface.

Source Files

customresourcedefinition.go interface.go

Version
v0.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
10 packages
Last checked
2 hours ago

Tools for package owners.