v1alpha1

package
v0.0.0-...-782debe Latest Latest
Warning

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

Go to latest
Published: Nov 5, 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 AppliedWorkLister

type AppliedWorkLister interface {
	// List lists all AppliedWorks in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AppliedWork, err error)
	// Get retrieves the AppliedWork from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.AppliedWork, error)
	AppliedWorkListerExpansion
}

AppliedWorkLister helps list AppliedWorks. All objects returned here must be treated as read-only.

func NewAppliedWorkLister

func NewAppliedWorkLister(indexer cache.Indexer) AppliedWorkLister

NewAppliedWorkLister returns a new AppliedWorkLister.

type AppliedWorkListerExpansion

type AppliedWorkListerExpansion interface{}

AppliedWorkListerExpansion allows custom methods to be added to AppliedWorkLister.

type WorkLister

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

WorkLister helps list Works. All objects returned here must be treated as read-only.

func NewWorkLister

func NewWorkLister(indexer cache.Indexer) WorkLister

NewWorkLister returns a new WorkLister.

type WorkListerExpansion

type WorkListerExpansion interface{}

WorkListerExpansion allows custom methods to be added to WorkLister.

type WorkNamespaceLister

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

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

type WorkNamespaceListerExpansion

type WorkNamespaceListerExpansion interface{}

WorkNamespaceListerExpansion allows custom methods to be added to WorkNamespaceLister.

Jump to

Keyboard shortcuts

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