Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoscalingEngineLister ¶
type AutoscalingEngineLister interface { // List lists all AutoscalingEngines in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AutoscalingEngine, err error) // Get retrieves the AutoscalingEngine from the index for a given name. Get(name string) (*v1alpha1.AutoscalingEngine, error) AutoscalingEngineListerExpansion }
AutoscalingEngineLister helps list AutoscalingEngines.
func NewAutoscalingEngineLister ¶
func NewAutoscalingEngineLister(indexer cache.Indexer) AutoscalingEngineLister
NewAutoscalingEngineLister returns a new AutoscalingEngineLister.
type AutoscalingEngineListerExpansion ¶
type AutoscalingEngineListerExpansion interface{}
AutoscalingEngineListerExpansion allows custom methods to be added to AutoscalingEngineLister.
type AutoscalingGroupLister ¶
type AutoscalingGroupLister interface { // List lists all AutoscalingGroups in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AutoscalingGroup, err error) // Get retrieves the AutoscalingGroup from the index for a given name. Get(name string) (*v1alpha1.AutoscalingGroup, error) AutoscalingGroupListerExpansion }
AutoscalingGroupLister helps list AutoscalingGroups.
func NewAutoscalingGroupLister ¶
func NewAutoscalingGroupLister(indexer cache.Indexer) AutoscalingGroupLister
NewAutoscalingGroupLister returns a new AutoscalingGroupLister.
type AutoscalingGroupListerExpansion ¶
type AutoscalingGroupListerExpansion interface{}
AutoscalingGroupListerExpansion allows custom methods to be added to AutoscalingGroupLister.
type AutoscalingPolicyLister ¶
type AutoscalingPolicyLister interface { // List lists all AutoscalingPolicies in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AutoscalingPolicy, err error) // Get retrieves the AutoscalingPolicy from the index for a given name. Get(name string) (*v1alpha1.AutoscalingPolicy, error) AutoscalingPolicyListerExpansion }
AutoscalingPolicyLister helps list AutoscalingPolicies.
func NewAutoscalingPolicyLister ¶
func NewAutoscalingPolicyLister(indexer cache.Indexer) AutoscalingPolicyLister
NewAutoscalingPolicyLister returns a new AutoscalingPolicyLister.
type AutoscalingPolicyListerExpansion ¶
type AutoscalingPolicyListerExpansion interface{}
AutoscalingPolicyListerExpansion allows custom methods to be added to AutoscalingPolicyLister.
type MetricsBackendLister ¶
type MetricsBackendLister interface { // List lists all MetricsBackends in the indexer. List(selector labels.Selector) (ret []*v1alpha1.MetricsBackend, err error) // Get retrieves the MetricsBackend from the index for a given name. Get(name string) (*v1alpha1.MetricsBackend, error) MetricsBackendListerExpansion }
MetricsBackendLister helps list MetricsBackends.
func NewMetricsBackendLister ¶
func NewMetricsBackendLister(indexer cache.Indexer) MetricsBackendLister
NewMetricsBackendLister returns a new MetricsBackendLister.
type MetricsBackendListerExpansion ¶
type MetricsBackendListerExpansion interface{}
MetricsBackendListerExpansion allows custom methods to be added to MetricsBackendLister.