v1alpha1

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 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 ExtensionLister

type ExtensionLister interface {
	// List lists all Extensions in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Extension, err error)
	// Extensions returns an object that can list and get Extensions.
	Extensions(namespace string) ExtensionNamespaceLister
	ExtensionListerExpansion
}

ExtensionLister helps list Extensions.

func NewExtensionLister

func NewExtensionLister(indexer cache.Indexer) ExtensionLister

NewExtensionLister returns a new ExtensionLister.

type ExtensionListerExpansion

type ExtensionListerExpansion interface{}

ExtensionListerExpansion allows custom methods to be added to ExtensionLister.

type ExtensionNamespaceLister

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

ExtensionNamespaceLister helps list and get Extensions.

type ExtensionNamespaceListerExpansion

type ExtensionNamespaceListerExpansion interface{}

ExtensionNamespaceListerExpansion allows custom methods to be added to ExtensionNamespaceLister.

Jump to

Keyboard shortcuts

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