v1alpha1

package
v1.1.62 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 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 FlyteWorkflowLister

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

FlyteWorkflowLister helps list FlyteWorkflows. All objects returned here must be treated as read-only.

func NewFlyteWorkflowLister

func NewFlyteWorkflowLister(indexer cache.Indexer) FlyteWorkflowLister

NewFlyteWorkflowLister returns a new FlyteWorkflowLister.

type FlyteWorkflowListerExpansion

type FlyteWorkflowListerExpansion interface{}

FlyteWorkflowListerExpansion allows custom methods to be added to FlyteWorkflowLister.

type FlyteWorkflowNamespaceLister

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

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

type FlyteWorkflowNamespaceListerExpansion

type FlyteWorkflowNamespaceListerExpansion interface{}

FlyteWorkflowNamespaceListerExpansion allows custom methods to be added to FlyteWorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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