Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsV1alpha1Client ¶
type MetricsV1alpha1Client struct {
// contains filtered or unexported fields
}
MetricsV1alpha1Client is used to interact with features provided by the metrics group.
func New ¶
func New(c rest.Interface) *MetricsV1alpha1Client
New creates a new MetricsV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*MetricsV1alpha1Client, error)
NewForConfig creates a new MetricsV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *MetricsV1alpha1Client
NewForConfigOrDie creates a new MetricsV1alpha1Client for the given config and panics if there is an error in the config.
func (*MetricsV1alpha1Client) NodeMetricses ¶
func (c *MetricsV1alpha1Client) NodeMetricses() NodeMetricsInterface
func (*MetricsV1alpha1Client) PodMetricses ¶
func (c *MetricsV1alpha1Client) PodMetricses(namespace string) PodMetricsInterface
func (*MetricsV1alpha1Client) RESTClient ¶
func (c *MetricsV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type MetricsV1alpha1Interface ¶
type MetricsV1alpha1Interface interface { RESTClient() rest.Interface NodeMetricsesGetter PodMetricsesGetter }
type NodeMetricsExpansion ¶
type NodeMetricsExpansion interface{}
type NodeMetricsInterface ¶
type NodeMetricsInterface interface { Get(name string, options v1.GetOptions) (*v1alpha1.NodeMetrics, error) List(opts v1.ListOptions) (*v1alpha1.NodeMetricsList, error) Watch(opts v1.ListOptions) (watch.Interface, error) NodeMetricsExpansion }
NodeMetricsInterface has methods to work with NodeMetrics resources.
type NodeMetricsesGetter ¶
type NodeMetricsesGetter interface {
NodeMetricses() NodeMetricsInterface
}
NodeMetricsesGetter has a method to return a NodeMetricsInterface. A group's client should implement this interface.
type PodMetricsExpansion ¶
type PodMetricsExpansion interface{}
type PodMetricsInterface ¶
type PodMetricsInterface interface { Get(name string, options v1.GetOptions) (*v1alpha1.PodMetrics, error) List(opts v1.ListOptions) (*v1alpha1.PodMetricsList, error) Watch(opts v1.ListOptions) (watch.Interface, error) PodMetricsExpansion }
PodMetricsInterface has methods to work with PodMetrics resources.
type PodMetricsesGetter ¶
type PodMetricsesGetter interface {
PodMetricses(namespace string) PodMetricsInterface
}
PodMetricsesGetter has a method to return a PodMetricsInterface. A group's client should implement this interface.