v1alpha1

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 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 CowboyLister

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

CowboyLister helps list Cowboys. All objects returned here must be treated as read-only.

func NewCowboyLister

func NewCowboyLister(indexer cache.Indexer) CowboyLister

NewCowboyLister returns a new CowboyLister.

type CowboyListerExpansion

type CowboyListerExpansion interface{}

CowboyListerExpansion allows custom methods to be added to CowboyLister.

type CowboyNamespaceLister

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

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

type CowboyNamespaceListerExpansion

type CowboyNamespaceListerExpansion interface{}

CowboyNamespaceListerExpansion allows custom methods to be added to CowboyNamespaceLister.

Jump to

Keyboard shortcuts

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