v1beta1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 10 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredPlacementDecisionInformer added in v0.7.0

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

NewFilteredPlacementDecisionInformer constructs a new informer for PlacementDecision 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 NewFilteredPlacementInformer added in v0.7.0

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

NewFilteredPlacementInformer constructs a new informer for Placement 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 NewPlacementDecisionInformer added in v0.7.0

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

NewPlacementDecisionInformer constructs a new informer for PlacementDecision 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 NewPlacementInformer added in v0.7.0

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

NewPlacementInformer constructs a new informer for Placement 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 Interface

type Interface interface {
	// Placements returns a PlacementInformer.
	Placements() PlacementInformer
	// PlacementDecisions returns a PlacementDecisionInformer.
	PlacementDecisions() PlacementDecisionInformer
}

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

func New

New returns a new Interface.

type PlacementDecisionInformer added in v0.7.0

type PlacementDecisionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1beta1.PlacementDecisionLister
}

PlacementDecisionInformer provides access to a shared informer and lister for PlacementDecisions.

type PlacementInformer added in v0.7.0

type PlacementInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1beta1.PlacementLister
}

PlacementInformer provides access to a shared informer and lister for Placements.

Jump to

Keyboard shortcuts

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