v1alpha1

package
v0.0.0-...-6472310 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2018 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 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