v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 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 IntentLister

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

IntentLister helps list Intents. All objects returned here must be treated as read-only.

func NewIntentLister

func NewIntentLister(indexer cache.Indexer) IntentLister

NewIntentLister returns a new IntentLister.

type IntentListerExpansion

type IntentListerExpansion interface{}

IntentListerExpansion allows custom methods to be added to IntentLister.

type IntentNamespaceLister

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

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

type IntentNamespaceListerExpansion

type IntentNamespaceListerExpansion interface{}

IntentNamespaceListerExpansion allows custom methods to be added to IntentNamespaceLister.

type KPIProfileLister

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

KPIProfileLister helps list KPIProfiles. All objects returned here must be treated as read-only.

func NewKPIProfileLister

func NewKPIProfileLister(indexer cache.Indexer) KPIProfileLister

NewKPIProfileLister returns a new KPIProfileLister.

type KPIProfileListerExpansion

type KPIProfileListerExpansion interface{}

KPIProfileListerExpansion allows custom methods to be added to KPIProfileLister.

type KPIProfileNamespaceLister

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

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

type KPIProfileNamespaceListerExpansion

type KPIProfileNamespaceListerExpansion interface{}

KPIProfileNamespaceListerExpansion allows custom methods to be added to KPIProfileNamespaceLister.

Jump to

Keyboard shortcuts

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