v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 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 ApprovalTaskLister

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

ApprovalTaskLister helps list ApprovalTasks. All objects returned here must be treated as read-only.

func NewApprovalTaskLister

func NewApprovalTaskLister(indexer cache.Indexer) ApprovalTaskLister

NewApprovalTaskLister returns a new ApprovalTaskLister.

type ApprovalTaskListerExpansion

type ApprovalTaskListerExpansion interface{}

ApprovalTaskListerExpansion allows custom methods to be added to ApprovalTaskLister.

type ApprovalTaskNamespaceLister

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

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

type ApprovalTaskNamespaceListerExpansion

type ApprovalTaskNamespaceListerExpansion interface{}

ApprovalTaskNamespaceListerExpansion allows custom methods to be added to ApprovalTaskNamespaceLister.

Jump to

Keyboard shortcuts

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