v1alpha1

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: May 29, 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 KameletBindingLister

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

KameletBindingLister helps list KameletBindings. All objects returned here must be treated as read-only.

func NewKameletBindingLister

func NewKameletBindingLister(indexer cache.Indexer) KameletBindingLister

NewKameletBindingLister returns a new KameletBindingLister.

type KameletBindingListerExpansion

type KameletBindingListerExpansion interface{}

KameletBindingListerExpansion allows custom methods to be added to KameletBindingLister.

type KameletBindingNamespaceLister

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

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

type KameletBindingNamespaceListerExpansion

type KameletBindingNamespaceListerExpansion interface{}

KameletBindingNamespaceListerExpansion allows custom methods to be added to KameletBindingNamespaceLister.

type KameletLister

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

KameletLister helps list Kamelets. All objects returned here must be treated as read-only.

func NewKameletLister

func NewKameletLister(indexer cache.Indexer) KameletLister

NewKameletLister returns a new KameletLister.

type KameletListerExpansion

type KameletListerExpansion interface{}

KameletListerExpansion allows custom methods to be added to KameletLister.

type KameletNamespaceLister

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

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

type KameletNamespaceListerExpansion

type KameletNamespaceListerExpansion interface{}

KameletNamespaceListerExpansion allows custom methods to be added to KameletNamespaceLister.

Jump to

Keyboard shortcuts

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