v1beta1

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2019 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 BackendConfigLister

type BackendConfigLister interface {
	// List lists all BackendConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.BackendConfig, err error)
	// BackendConfigs returns an object that can list and get BackendConfigs.
	BackendConfigs(namespace string) BackendConfigNamespaceLister
	BackendConfigListerExpansion
}

BackendConfigLister helps list BackendConfigs.

func NewBackendConfigLister

func NewBackendConfigLister(indexer cache.Indexer) BackendConfigLister

NewBackendConfigLister returns a new BackendConfigLister.

type BackendConfigListerExpansion

type BackendConfigListerExpansion interface{}

BackendConfigListerExpansion allows custom methods to be added to BackendConfigLister.

type BackendConfigNamespaceLister

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

BackendConfigNamespaceLister helps list and get BackendConfigs.

type BackendConfigNamespaceListerExpansion

type BackendConfigNamespaceListerExpansion interface{}

BackendConfigNamespaceListerExpansion allows custom methods to be added to BackendConfigNamespaceLister.

Jump to

Keyboard shortcuts

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