v1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 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 ServiceScaleRecommendationLister

type ServiceScaleRecommendationLister interface {
	// List lists all ServiceScaleRecommendations in the indexer.
	List(selector labels.Selector) (ret []*v1.ServiceScaleRecommendation, err error)
	// ServiceScaleRecommendations returns an object that can list and get ServiceScaleRecommendations.
	ServiceScaleRecommendations(namespace string) ServiceScaleRecommendationNamespaceLister
	ServiceScaleRecommendationListerExpansion
}

ServiceScaleRecommendationLister helps list ServiceScaleRecommendations.

func NewServiceScaleRecommendationLister

func NewServiceScaleRecommendationLister(indexer cache.Indexer) ServiceScaleRecommendationLister

NewServiceScaleRecommendationLister returns a new ServiceScaleRecommendationLister.

type ServiceScaleRecommendationListerExpansion

type ServiceScaleRecommendationListerExpansion interface{}

ServiceScaleRecommendationListerExpansion allows custom methods to be added to ServiceScaleRecommendationLister.

type ServiceScaleRecommendationNamespaceLister

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

ServiceScaleRecommendationNamespaceLister helps list and get ServiceScaleRecommendations.

type ServiceScaleRecommendationNamespaceListerExpansion

type ServiceScaleRecommendationNamespaceListerExpansion interface{}

ServiceScaleRecommendationNamespaceListerExpansion allows custom methods to be added to ServiceScaleRecommendationNamespaceLister.

Jump to

Keyboard shortcuts

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