Documentation ¶
Index ¶
- type MetricStorage
- func (m *MetricStorage) Get(ctx api.Context, name string) (runtime.Object, error)
- func (m *MetricStorage) Kind() string
- func (m *MetricStorage) List(ctx api.Context, options *api.ListOptions) (runtime.Object, error)
- func (m *MetricStorage) New() runtime.Object
- func (m *MetricStorage) NewList() runtime.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricStorage ¶
type MetricStorage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(groupResource unversioned.GroupResource, metricSink *metricsink.MetricSink, nodeLister *cache.StoreToNodeLister) *MetricStorage
func (*MetricStorage) List ¶
func (m *MetricStorage) List(ctx api.Context, options *api.ListOptions) (runtime.Object, error)
Lister interface
Click to show internal directories.
Click to hide internal directories.