v1alpha1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 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 TaskGroupLister

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

TaskGroupLister helps list TaskGroups. All objects returned here must be treated as read-only.

func NewTaskGroupLister

func NewTaskGroupLister(indexer cache.Indexer) TaskGroupLister

NewTaskGroupLister returns a new TaskGroupLister.

type TaskGroupListerExpansion

type TaskGroupListerExpansion interface{}

TaskGroupListerExpansion allows custom methods to be added to TaskGroupLister.

type TaskGroupNamespaceLister

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

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

type TaskGroupNamespaceListerExpansion

type TaskGroupNamespaceListerExpansion interface{}

TaskGroupNamespaceListerExpansion allows custom methods to be added to TaskGroupNamespaceLister.

Jump to

Keyboard shortcuts

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