v1

package
v0.0.0-...-53abe87 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2019 License: GPL-3.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 AutoscalingRuleLister

type AutoscalingRuleLister interface {
	// List lists all AutoscalingRules in the indexer.
	List(selector labels.Selector) (ret []*v1.AutoscalingRule, err error)
	// AutoscalingRules returns an object that can list and get AutoscalingRules.
	AutoscalingRules(namespace string) AutoscalingRuleNamespaceLister
	AutoscalingRuleListerExpansion
}

AutoscalingRuleLister helps list AutoscalingRules.

func NewAutoscalingRuleLister

func NewAutoscalingRuleLister(indexer cache.Indexer) AutoscalingRuleLister

NewAutoscalingRuleLister returns a new AutoscalingRuleLister.

type AutoscalingRuleListerExpansion

type AutoscalingRuleListerExpansion interface{}

AutoscalingRuleListerExpansion allows custom methods to be added to AutoscalingRuleLister.

type AutoscalingRuleNamespaceLister

type AutoscalingRuleNamespaceLister interface {
	// List lists all AutoscalingRules in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.AutoscalingRule, err error)
	// Get retrieves the AutoscalingRule from the indexer for a given namespace and name.
	Get(name string) (*v1.AutoscalingRule, error)
	AutoscalingRuleNamespaceListerExpansion
}

AutoscalingRuleNamespaceLister helps list and get AutoscalingRules.

type AutoscalingRuleNamespaceListerExpansion

type AutoscalingRuleNamespaceListerExpansion interface{}

AutoscalingRuleNamespaceListerExpansion allows custom methods to be added to AutoscalingRuleNamespaceLister.

Jump to

Keyboard shortcuts

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