Documentation
¶
Index ¶
- type ClusterNodePredictionLister
- type ClusterNodePredictionListerExpansion
- type ClusterNodePredictionNamespaceLister
- type ClusterNodePredictionNamespaceListerExpansion
- type TimeSeriesPredictionLister
- type TimeSeriesPredictionListerExpansion
- type TimeSeriesPredictionNamespaceLister
- type TimeSeriesPredictionNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterNodePredictionLister ¶
type ClusterNodePredictionLister interface { // List lists all ClusterNodePredictions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterNodePrediction, err error) // ClusterNodePredictions returns an object that can list and get ClusterNodePredictions. ClusterNodePredictions(namespace string) ClusterNodePredictionNamespaceLister ClusterNodePredictionListerExpansion }
ClusterNodePredictionLister helps list ClusterNodePredictions. All objects returned here must be treated as read-only.
func NewClusterNodePredictionLister ¶
func NewClusterNodePredictionLister(indexer cache.Indexer) ClusterNodePredictionLister
NewClusterNodePredictionLister returns a new ClusterNodePredictionLister.
type ClusterNodePredictionListerExpansion ¶
type ClusterNodePredictionListerExpansion interface{}
ClusterNodePredictionListerExpansion allows custom methods to be added to ClusterNodePredictionLister.
type ClusterNodePredictionNamespaceLister ¶
type ClusterNodePredictionNamespaceLister interface { // List lists all ClusterNodePredictions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterNodePrediction, err error) // Get retrieves the ClusterNodePrediction from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterNodePrediction, error) ClusterNodePredictionNamespaceListerExpansion }
ClusterNodePredictionNamespaceLister helps list and get ClusterNodePredictions. All objects returned here must be treated as read-only.
type ClusterNodePredictionNamespaceListerExpansion ¶
type ClusterNodePredictionNamespaceListerExpansion interface{}
ClusterNodePredictionNamespaceListerExpansion allows custom methods to be added to ClusterNodePredictionNamespaceLister.
type TimeSeriesPredictionLister ¶
type TimeSeriesPredictionLister interface { // List lists all TimeSeriesPredictions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TimeSeriesPrediction, err error) // TimeSeriesPredictions returns an object that can list and get TimeSeriesPredictions. TimeSeriesPredictions(namespace string) TimeSeriesPredictionNamespaceLister TimeSeriesPredictionListerExpansion }
TimeSeriesPredictionLister helps list TimeSeriesPredictions. All objects returned here must be treated as read-only.
func NewTimeSeriesPredictionLister ¶
func NewTimeSeriesPredictionLister(indexer cache.Indexer) TimeSeriesPredictionLister
NewTimeSeriesPredictionLister returns a new TimeSeriesPredictionLister.
type TimeSeriesPredictionListerExpansion ¶
type TimeSeriesPredictionListerExpansion interface{}
TimeSeriesPredictionListerExpansion allows custom methods to be added to TimeSeriesPredictionLister.
type TimeSeriesPredictionNamespaceLister ¶
type TimeSeriesPredictionNamespaceLister interface { // List lists all TimeSeriesPredictions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TimeSeriesPrediction, err error) // Get retrieves the TimeSeriesPrediction from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TimeSeriesPrediction, error) TimeSeriesPredictionNamespaceListerExpansion }
TimeSeriesPredictionNamespaceLister helps list and get TimeSeriesPredictions. All objects returned here must be treated as read-only.
type TimeSeriesPredictionNamespaceListerExpansion ¶
type TimeSeriesPredictionNamespaceListerExpansion interface{}
TimeSeriesPredictionNamespaceListerExpansion allows custom methods to be added to TimeSeriesPredictionNamespaceLister.