v1beta1

package
v0.0.0-...-6fd899d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

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 MetricsV1beta1Client

type MetricsV1beta1Client struct {
	// contains filtered or unexported fields
}

MetricsV1beta1Client is used to interact with features provided by the metrics.k8s.io group.

func New

New creates a new MetricsV1beta1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*MetricsV1beta1Client, error)

NewForConfig creates a new MetricsV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MetricsV1beta1Client

NewForConfigOrDie creates a new MetricsV1beta1Client for the given config and panics if there is an error in the config.

func (*MetricsV1beta1Client) NodeMetricses

func (c *MetricsV1beta1Client) NodeMetricses() NodeMetricsInterface

func (*MetricsV1beta1Client) PodMetricses

func (c *MetricsV1beta1Client) PodMetricses(namespace string) PodMetricsInterface

func (*MetricsV1beta1Client) RESTClient

func (c *MetricsV1beta1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type MetricsV1beta1Interface

type MetricsV1beta1Interface interface {
	RESTClient() rest.Interface
	NodeMetricsesGetter
	PodMetricsesGetter
}

type NodeMetricsExpansion

type NodeMetricsExpansion interface{}

type NodeMetricsInterface

type NodeMetricsInterface interface {
	Get(name string, options v1.GetOptions) (*v1beta1.NodeMetrics, error)
	List(opts v1.ListOptions) (*v1beta1.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) (*v1beta1.PodMetrics, error)
	List(opts v1.ListOptions) (*v1beta1.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.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL