v1alpha1

package
v0.0.0-...-267b159 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 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 NebulaWorkflowLister

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

NebulaWorkflowLister helps list NebulaWorkflows. All objects returned here must be treated as read-only.

func NewNebulaWorkflowLister

func NewNebulaWorkflowLister(indexer cache.Indexer) NebulaWorkflowLister

NewNebulaWorkflowLister returns a new NebulaWorkflowLister.

type NebulaWorkflowListerExpansion

type NebulaWorkflowListerExpansion interface{}

NebulaWorkflowListerExpansion allows custom methods to be added to NebulaWorkflowLister.

type NebulaWorkflowNamespaceLister

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

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

type NebulaWorkflowNamespaceListerExpansion

type NebulaWorkflowNamespaceListerExpansion interface{}

NebulaWorkflowNamespaceListerExpansion allows custom methods to be added to NebulaWorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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