v1alpha1

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

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

Go to latest
Published: Jul 24, 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 ClusterMicroFrontendLister

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

ClusterMicroFrontendLister helps list ClusterMicroFrontends.

func NewClusterMicroFrontendLister

func NewClusterMicroFrontendLister(indexer cache.Indexer) ClusterMicroFrontendLister

NewClusterMicroFrontendLister returns a new ClusterMicroFrontendLister.

type ClusterMicroFrontendListerExpansion

type ClusterMicroFrontendListerExpansion interface{}

ClusterMicroFrontendListerExpansion allows custom methods to be added to ClusterMicroFrontendLister.

type MicroFrontendLister

type MicroFrontendLister interface {
	// List lists all MicroFrontends in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MicroFrontend, err error)
	// MicroFrontends returns an object that can list and get MicroFrontends.
	MicroFrontends(namespace string) MicroFrontendNamespaceLister
	MicroFrontendListerExpansion
}

MicroFrontendLister helps list MicroFrontends.

func NewMicroFrontendLister

func NewMicroFrontendLister(indexer cache.Indexer) MicroFrontendLister

NewMicroFrontendLister returns a new MicroFrontendLister.

type MicroFrontendListerExpansion

type MicroFrontendListerExpansion interface{}

MicroFrontendListerExpansion allows custom methods to be added to MicroFrontendLister.

type MicroFrontendNamespaceLister

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

MicroFrontendNamespaceLister helps list and get MicroFrontends.

type MicroFrontendNamespaceListerExpansion

type MicroFrontendNamespaceListerExpansion interface{}

MicroFrontendNamespaceListerExpansion allows custom methods to be added to MicroFrontendNamespaceLister.

Jump to

Keyboard shortcuts

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