v1alpha1

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 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 KozmoWorkflowLister

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

KozmoWorkflowLister helps list KozmoWorkflows. All objects returned here must be treated as read-only.

func NewKozmoWorkflowLister

func NewKozmoWorkflowLister(indexer cache.Indexer) KozmoWorkflowLister

NewKozmoWorkflowLister returns a new KozmoWorkflowLister.

type KozmoWorkflowListerExpansion

type KozmoWorkflowListerExpansion interface{}

KozmoWorkflowListerExpansion allows custom methods to be added to KozmoWorkflowLister.

type KozmoWorkflowNamespaceLister

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

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

type KozmoWorkflowNamespaceListerExpansion

type KozmoWorkflowNamespaceListerExpansion interface{}

KozmoWorkflowNamespaceListerExpansion allows custom methods to be added to KozmoWorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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