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.
Click to show internal directories.
Click to hide internal directories.