Documentation ¶
Index ¶
- type MetricStorage
- func (m *MetricStorage) Get(ctx genericapirequest.Context, name string, opts *metav1.GetOptions) (runtime.Object, error)
- func (m *MetricStorage) Kind() string
- func (m *MetricStorage) List(ctx genericapirequest.Context, options *metainternalversion.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 schema.GroupResource, metricSink *metricsink.MetricSink, podLister v1listers.PodLister) *MetricStorage
func (*MetricStorage) Get ¶
func (m *MetricStorage) Get(ctx genericapirequest.Context, name string, opts *metav1.GetOptions) (runtime.Object, error)
Getter interface
func (*MetricStorage) List ¶
func (m *MetricStorage) List(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
Lister interface
Click to show internal directories.
Click to hide internal directories.