v1alpha1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EffectiveHorizontalPodAutoscalerLister

type EffectiveHorizontalPodAutoscalerLister interface {
	// List lists all EffectiveHorizontalPodAutoscalers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EffectiveHorizontalPodAutoscaler, err error)
	// EffectiveHorizontalPodAutoscalers returns an object that can list and get EffectiveHorizontalPodAutoscalers.
	EffectiveHorizontalPodAutoscalers(namespace string) EffectiveHorizontalPodAutoscalerNamespaceLister
	EffectiveHorizontalPodAutoscalerListerExpansion
}

EffectiveHorizontalPodAutoscalerLister helps list EffectiveHorizontalPodAutoscalers. All objects returned here must be treated as read-only.

func NewEffectiveHorizontalPodAutoscalerLister

func NewEffectiveHorizontalPodAutoscalerLister(indexer cache.Indexer) EffectiveHorizontalPodAutoscalerLister

NewEffectiveHorizontalPodAutoscalerLister returns a new EffectiveHorizontalPodAutoscalerLister.

type EffectiveHorizontalPodAutoscalerListerExpansion

type EffectiveHorizontalPodAutoscalerListerExpansion interface{}

EffectiveHorizontalPodAutoscalerListerExpansion allows custom methods to be added to EffectiveHorizontalPodAutoscalerLister.

type EffectiveHorizontalPodAutoscalerNamespaceLister

type EffectiveHorizontalPodAutoscalerNamespaceLister interface {
	// List lists all EffectiveHorizontalPodAutoscalers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EffectiveHorizontalPodAutoscaler, err error)
	// Get retrieves the EffectiveHorizontalPodAutoscaler from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.EffectiveHorizontalPodAutoscaler, error)
	EffectiveHorizontalPodAutoscalerNamespaceListerExpansion
}

EffectiveHorizontalPodAutoscalerNamespaceLister helps list and get EffectiveHorizontalPodAutoscalers. All objects returned here must be treated as read-only.

type EffectiveHorizontalPodAutoscalerNamespaceListerExpansion

type EffectiveHorizontalPodAutoscalerNamespaceListerExpansion interface{}

EffectiveHorizontalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to EffectiveHorizontalPodAutoscalerNamespaceLister.

type EffectiveVerticalPodAutoscalerLister

type EffectiveVerticalPodAutoscalerLister interface {
	// List lists all EffectiveVerticalPodAutoscalers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EffectiveVerticalPodAutoscaler, err error)
	// EffectiveVerticalPodAutoscalers returns an object that can list and get EffectiveVerticalPodAutoscalers.
	EffectiveVerticalPodAutoscalers(namespace string) EffectiveVerticalPodAutoscalerNamespaceLister
	EffectiveVerticalPodAutoscalerListerExpansion
}

EffectiveVerticalPodAutoscalerLister helps list EffectiveVerticalPodAutoscalers. All objects returned here must be treated as read-only.

func NewEffectiveVerticalPodAutoscalerLister

func NewEffectiveVerticalPodAutoscalerLister(indexer cache.Indexer) EffectiveVerticalPodAutoscalerLister

NewEffectiveVerticalPodAutoscalerLister returns a new EffectiveVerticalPodAutoscalerLister.

type EffectiveVerticalPodAutoscalerListerExpansion

type EffectiveVerticalPodAutoscalerListerExpansion interface{}

EffectiveVerticalPodAutoscalerListerExpansion allows custom methods to be added to EffectiveVerticalPodAutoscalerLister.

type EffectiveVerticalPodAutoscalerNamespaceLister

type EffectiveVerticalPodAutoscalerNamespaceLister interface {
	// List lists all EffectiveVerticalPodAutoscalers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EffectiveVerticalPodAutoscaler, err error)
	// Get retrieves the EffectiveVerticalPodAutoscaler from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.EffectiveVerticalPodAutoscaler, error)
	EffectiveVerticalPodAutoscalerNamespaceListerExpansion
}

EffectiveVerticalPodAutoscalerNamespaceLister helps list and get EffectiveVerticalPodAutoscalers. All objects returned here must be treated as read-only.

type EffectiveVerticalPodAutoscalerNamespaceListerExpansion

type EffectiveVerticalPodAutoscalerNamespaceListerExpansion interface{}

EffectiveVerticalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to EffectiveVerticalPodAutoscalerNamespaceLister.

type SubstituteLister

type SubstituteLister interface {
	// List lists all Substitutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Substitute, err error)
	// Substitutes returns an object that can list and get Substitutes.
	Substitutes(namespace string) SubstituteNamespaceLister
	SubstituteListerExpansion
}

SubstituteLister helps list Substitutes. All objects returned here must be treated as read-only.

func NewSubstituteLister

func NewSubstituteLister(indexer cache.Indexer) SubstituteLister

NewSubstituteLister returns a new SubstituteLister.

type SubstituteListerExpansion

type SubstituteListerExpansion interface{}

SubstituteListerExpansion allows custom methods to be added to SubstituteLister.

type SubstituteNamespaceLister

type SubstituteNamespaceLister interface {
	// List lists all Substitutes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Substitute, err error)
	// Get retrieves the Substitute from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Substitute, error)
	SubstituteNamespaceListerExpansion
}

SubstituteNamespaceLister helps list and get Substitutes. All objects returned here must be treated as read-only.

type SubstituteNamespaceListerExpansion

type SubstituteNamespaceListerExpansion interface{}

SubstituteNamespaceListerExpansion allows custom methods to be added to SubstituteNamespaceLister.

Jump to

Keyboard shortcuts

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