internalversion

package
v0.0.0-...-133fb1b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCloudProfileInformer

func NewCloudProfileInformer(client clientset_internalversion.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudProfileInformer constructs a new informer for CloudProfile 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 NewCrossSecretBindingInformer

func NewCrossSecretBindingInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCrossSecretBindingInformer constructs a new informer for CrossSecretBinding 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 NewFilteredCloudProfileInformer

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

NewFilteredCloudProfileInformer constructs a new informer for CloudProfile 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 NewFilteredCrossSecretBindingInformer

func NewFilteredCrossSecretBindingInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCrossSecretBindingInformer constructs a new informer for CrossSecretBinding 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 NewFilteredPrivateSecretBindingInformer

func NewFilteredPrivateSecretBindingInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredPrivateSecretBindingInformer constructs a new informer for PrivateSecretBinding 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 NewFilteredQuotaInformer

func NewFilteredQuotaInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredQuotaInformer constructs a new informer for Quota 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 NewFilteredSeedInformer

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

NewFilteredSeedInformer constructs a new informer for Seed 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 NewFilteredShootInformer

func NewFilteredShootInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredShootInformer constructs a new informer for Shoot 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 NewPrivateSecretBindingInformer

func NewPrivateSecretBindingInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewPrivateSecretBindingInformer constructs a new informer for PrivateSecretBinding 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 NewQuotaInformer

func NewQuotaInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewQuotaInformer constructs a new informer for Quota 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 NewSeedInformer

func NewSeedInformer(client clientset_internalversion.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSeedInformer constructs a new informer for Seed 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 NewShootInformer

func NewShootInformer(client clientset_internalversion.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewShootInformer constructs a new informer for Shoot 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 CloudProfileInformer

type CloudProfileInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.CloudProfileLister
}

CloudProfileInformer provides access to a shared informer and lister for CloudProfiles.

type CrossSecretBindingInformer

type CrossSecretBindingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.CrossSecretBindingLister
}

CrossSecretBindingInformer provides access to a shared informer and lister for CrossSecretBindings.

type Interface

type Interface interface {
	// CloudProfiles returns a CloudProfileInformer.
	CloudProfiles() CloudProfileInformer
	// CrossSecretBindings returns a CrossSecretBindingInformer.
	CrossSecretBindings() CrossSecretBindingInformer
	// PrivateSecretBindings returns a PrivateSecretBindingInformer.
	PrivateSecretBindings() PrivateSecretBindingInformer
	// Quotas returns a QuotaInformer.
	Quotas() QuotaInformer
	// Seeds returns a SeedInformer.
	Seeds() SeedInformer
	// Shoots returns a ShootInformer.
	Shoots() ShootInformer
}

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

func New

New returns a new Interface.

type PrivateSecretBindingInformer

type PrivateSecretBindingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.PrivateSecretBindingLister
}

PrivateSecretBindingInformer provides access to a shared informer and lister for PrivateSecretBindings.

type QuotaInformer

type QuotaInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.QuotaLister
}

QuotaInformer provides access to a shared informer and lister for Quotas.

type SeedInformer

type SeedInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.SeedLister
}

SeedInformer provides access to a shared informer and lister for Seeds.

type ShootInformer

type ShootInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ShootLister
}

ShootInformer provides access to a shared informer and lister for Shoots.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL