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.
Source Files
¶
- expansion_generated.go
- servicescalerecommendation.go
Click to show internal directories.
Click to hide internal directories.