v1beta1

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 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 HabitatLister

type HabitatLister interface {
	// List lists all Habitats in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Habitat, err error)
	// Habitats returns an object that can list and get Habitats.
	Habitats(namespace string) HabitatNamespaceLister
	HabitatListerExpansion
}

HabitatLister helps list Habitats.

func NewHabitatLister

func NewHabitatLister(indexer cache.Indexer) HabitatLister

NewHabitatLister returns a new HabitatLister.

type HabitatListerExpansion

type HabitatListerExpansion interface{}

HabitatListerExpansion allows custom methods to be added to HabitatLister.

type HabitatNamespaceLister

type HabitatNamespaceLister interface {
	// List lists all Habitats in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.Habitat, err error)
	// Get retrieves the Habitat from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Habitat, error)
	HabitatNamespaceListerExpansion
}

HabitatNamespaceLister helps list and get Habitats.

type HabitatNamespaceListerExpansion

type HabitatNamespaceListerExpansion interface{}

HabitatNamespaceListerExpansion allows custom methods to be added to HabitatNamespaceLister.

Jump to

Keyboard shortcuts

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