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