v1alpha1

package
v0.0.0-...-18bddf8 Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 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 AtLister

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

AtLister helps list Ats. All objects returned here must be treated as read-only.

func NewAtLister

func NewAtLister(indexer cache.Indexer) AtLister

NewAtLister returns a new AtLister.

type AtListerExpansion

type AtListerExpansion interface{}

AtListerExpansion allows custom methods to be added to AtLister.

type AtNamespaceLister

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

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

type AtNamespaceListerExpansion

type AtNamespaceListerExpansion interface{}

AtNamespaceListerExpansion allows custom methods to be added to AtNamespaceLister.

type FooLister

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

FooLister helps list Foos. All objects returned here must be treated as read-only.

func NewFooLister

func NewFooLister(indexer cache.Indexer) FooLister

NewFooLister returns a new FooLister.

type FooNamespaceLister

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

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

Jump to

Keyboard shortcuts

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