v1alpha1

package
v0.0.0-...-9c00e75 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 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 ShimInstanceLister

type ShimInstanceLister interface {
	// List lists all ShimInstances in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ShimInstance, err error)
	// ShimInstances returns an object that can list and get ShimInstances.
	ShimInstances(namespace string) ShimInstanceNamespaceLister
	ShimInstanceListerExpansion
}

ShimInstanceLister helps list ShimInstances.

func NewShimInstanceLister

func NewShimInstanceLister(indexer cache.Indexer) ShimInstanceLister

NewShimInstanceLister returns a new ShimInstanceLister.

type ShimInstanceListerExpansion

type ShimInstanceListerExpansion interface{}

ShimInstanceListerExpansion allows custom methods to be added to ShimInstanceLister.

type ShimInstanceNamespaceLister

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

ShimInstanceNamespaceLister helps list and get ShimInstances.

type ShimInstanceNamespaceListerExpansion

type ShimInstanceNamespaceListerExpansion interface{}

ShimInstanceNamespaceListerExpansion allows custom methods to be added to ShimInstanceNamespaceLister.

Jump to

Keyboard shortcuts

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