v1beta1

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 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 FrontendConfigLister

type FrontendConfigLister interface {
	// List lists all FrontendConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.FrontendConfig, err error)
	// FrontendConfigs returns an object that can list and get FrontendConfigs.
	FrontendConfigs(namespace string) FrontendConfigNamespaceLister
	FrontendConfigListerExpansion
}

FrontendConfigLister helps list FrontendConfigs.

func NewFrontendConfigLister

func NewFrontendConfigLister(indexer cache.Indexer) FrontendConfigLister

NewFrontendConfigLister returns a new FrontendConfigLister.

type FrontendConfigListerExpansion

type FrontendConfigListerExpansion interface{}

FrontendConfigListerExpansion allows custom methods to be added to FrontendConfigLister.

type FrontendConfigNamespaceLister

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

FrontendConfigNamespaceLister helps list and get FrontendConfigs.

type FrontendConfigNamespaceListerExpansion

type FrontendConfigNamespaceListerExpansion interface{}

FrontendConfigNamespaceListerExpansion allows custom methods to be added to FrontendConfigNamespaceLister.

Jump to

Keyboard shortcuts

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