v1alpha1

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 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 KogitoSourceLister

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

KogitoSourceLister helps list KogitoSources. All objects returned here must be treated as read-only.

func NewKogitoSourceLister

func NewKogitoSourceLister(indexer cache.Indexer) KogitoSourceLister

NewKogitoSourceLister returns a new KogitoSourceLister.

type KogitoSourceListerExpansion

type KogitoSourceListerExpansion interface{}

KogitoSourceListerExpansion allows custom methods to be added to KogitoSourceLister.

type KogitoSourceNamespaceLister

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

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

type KogitoSourceNamespaceListerExpansion

type KogitoSourceNamespaceListerExpansion interface{}

KogitoSourceNamespaceListerExpansion allows custom methods to be added to KogitoSourceNamespaceLister.

Jump to

Keyboard shortcuts

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