v1alpha1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 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 AccountLister

type AccountLister interface {
	// List lists all Accounts in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Account, err error)
	// Accounts returns an object that can list and get Accounts.
	Accounts(namespace string) AccountNamespaceLister
	AccountListerExpansion
}

AccountLister helps list Accounts.

func NewAccountLister

func NewAccountLister(indexer cache.Indexer) AccountLister

NewAccountLister returns a new AccountLister.

type AccountListerExpansion

type AccountListerExpansion interface{}

AccountListerExpansion allows custom methods to be added to AccountLister.

type AccountNamespaceLister

type AccountNamespaceLister interface {
	// List lists all Accounts in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Account, err error)
	// Get retrieves the Account from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Account, error)
	AccountNamespaceListerExpansion
}

AccountNamespaceLister helps list and get Accounts.

type AccountNamespaceListerExpansion

type AccountNamespaceListerExpansion interface{}

AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.

type SpaceLister

type SpaceLister interface {
	// List lists all Spaces in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Space, err error)
	// Spaces returns an object that can list and get Spaces.
	Spaces(namespace string) SpaceNamespaceLister
	SpaceListerExpansion
}

SpaceLister helps list Spaces.

func NewSpaceLister

func NewSpaceLister(indexer cache.Indexer) SpaceLister

NewSpaceLister returns a new SpaceLister.

type SpaceListerExpansion

type SpaceListerExpansion interface{}

SpaceListerExpansion allows custom methods to be added to SpaceLister.

type SpaceNamespaceLister

type SpaceNamespaceLister interface {
	// List lists all Spaces in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Space, err error)
	// Get retrieves the Space from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Space, error)
	SpaceNamespaceListerExpansion
}

SpaceNamespaceLister helps list and get Spaces.

type SpaceNamespaceListerExpansion

type SpaceNamespaceListerExpansion interface{}

SpaceNamespaceListerExpansion allows custom methods to be added to SpaceNamespaceLister.

Jump to

Keyboard shortcuts

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