v1beta1

package
v0.0.0-...-8958888 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 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 ConfigHpaLister

type ConfigHpaLister interface {
	// List lists all ConfigHpas in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.ConfigHpa, err error)
	// ConfigHpas returns an object that can list and get ConfigHpas.
	ConfigHpas(namespace string) ConfigHpaNamespaceLister
	ConfigHpaListerExpansion
}

ConfigHpaLister helps list ConfigHpas.

func NewConfigHpaLister

func NewConfigHpaLister(indexer cache.Indexer) ConfigHpaLister

NewConfigHpaLister returns a new ConfigHpaLister.

type ConfigHpaListerExpansion

type ConfigHpaListerExpansion interface{}

ConfigHpaListerExpansion allows custom methods to be added to ConfigHpaLister.

type ConfigHpaNamespaceLister

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

ConfigHpaNamespaceLister helps list and get ConfigHpas.

type ConfigHpaNamespaceListerExpansion

type ConfigHpaNamespaceListerExpansion interface{}

ConfigHpaNamespaceListerExpansion allows custom methods to be added to ConfigHpaNamespaceLister.

Jump to

Keyboard shortcuts

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