type FakePodMetricses … var podmetricsesResource … var podmetricsesKind … // Get takes name of the podMetrics, and returns the corresponding podMetrics object, and an error if there is any. func (c *FakePodMetricses) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.PodMetrics, err error) { … } // List takes label and field selectors, and returns the list of PodMetricses that match those selectors. func (c *FakePodMetricses) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.PodMetricsList, err error) { … } // Watch returns a watch.Interface that watches the requested podMetricses. func (c *FakePodMetricses) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) { … }