v1alpha1

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Jun 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 CustomBuilderLister

type CustomBuilderLister interface {
	// List lists all CustomBuilders in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CustomBuilder, err error)
	// CustomBuilders returns an object that can list and get CustomBuilders.
	CustomBuilders(namespace string) CustomBuilderNamespaceLister
	CustomBuilderListerExpansion
}

CustomBuilderLister helps list CustomBuilders.

func NewCustomBuilderLister

func NewCustomBuilderLister(indexer cache.Indexer) CustomBuilderLister

NewCustomBuilderLister returns a new CustomBuilderLister.

type CustomBuilderListerExpansion

type CustomBuilderListerExpansion interface{}

CustomBuilderListerExpansion allows custom methods to be added to CustomBuilderLister.

type CustomBuilderNamespaceLister

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

CustomBuilderNamespaceLister helps list and get CustomBuilders.

type CustomBuilderNamespaceListerExpansion

type CustomBuilderNamespaceListerExpansion interface{}

CustomBuilderNamespaceListerExpansion allows custom methods to be added to CustomBuilderNamespaceLister.

type CustomClusterBuilderLister

type CustomClusterBuilderLister interface {
	// List lists all CustomClusterBuilders in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CustomClusterBuilder, err error)
	// Get retrieves the CustomClusterBuilder from the index for a given name.
	Get(name string) (*v1alpha1.CustomClusterBuilder, error)
	CustomClusterBuilderListerExpansion
}

CustomClusterBuilderLister helps list CustomClusterBuilders.

func NewCustomClusterBuilderLister

func NewCustomClusterBuilderLister(indexer cache.Indexer) CustomClusterBuilderLister

NewCustomClusterBuilderLister returns a new CustomClusterBuilderLister.

type CustomClusterBuilderListerExpansion

type CustomClusterBuilderListerExpansion interface{}

CustomClusterBuilderListerExpansion allows custom methods to be added to CustomClusterBuilderLister.

type StackLister

type StackLister interface {
	// List lists all Stacks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Stack, err error)
	// Get retrieves the Stack from the index for a given name.
	Get(name string) (*v1alpha1.Stack, error)
	StackListerExpansion
}

StackLister helps list Stacks.

func NewStackLister

func NewStackLister(indexer cache.Indexer) StackLister

NewStackLister returns a new StackLister.

type StackListerExpansion

type StackListerExpansion interface{}

StackListerExpansion allows custom methods to be added to StackLister.

type StoreLister

type StoreLister interface {
	// List lists all Stores in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Store, err error)
	// Get retrieves the Store from the index for a given name.
	Get(name string) (*v1alpha1.Store, error)
	StoreListerExpansion
}

StoreLister helps list Stores.

func NewStoreLister

func NewStoreLister(indexer cache.Indexer) StoreLister

NewStoreLister returns a new StoreLister.

type StoreListerExpansion

type StoreListerExpansion interface{}

StoreListerExpansion allows custom methods to be added to StoreLister.

Jump to

Keyboard shortcuts

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