v1alpha2

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2019 License: MIT 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 AzureV1alpha2Client

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

AzureV1alpha2Client is used to interact with features provided by the azure.com group.

func New

New creates a new AzureV1alpha2Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AzureV1alpha2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AzureV1alpha2Client

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

func (*AzureV1alpha2Client) CustomMetrics

func (c *AzureV1alpha2Client) CustomMetrics(namespace string) CustomMetricInterface

func (*AzureV1alpha2Client) ExternalMetrics

func (c *AzureV1alpha2Client) ExternalMetrics(namespace string) ExternalMetricInterface

func (*AzureV1alpha2Client) RESTClient

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

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

type AzureV1alpha2Interface

type AzureV1alpha2Interface interface {
	RESTClient() rest.Interface
	CustomMetricsGetter
	ExternalMetricsGetter
}

type CustomMetricExpansion

type CustomMetricExpansion interface{}

type CustomMetricInterface

type CustomMetricInterface interface {
	Create(*v1alpha2.CustomMetric) (*v1alpha2.CustomMetric, error)
	Update(*v1alpha2.CustomMetric) (*v1alpha2.CustomMetric, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha2.CustomMetric, error)
	List(opts v1.ListOptions) (*v1alpha2.CustomMetricList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	CustomMetricExpansion
}

CustomMetricInterface has methods to work with CustomMetric resources.

type CustomMetricsGetter

type CustomMetricsGetter interface {
	CustomMetrics(namespace string) CustomMetricInterface
}

CustomMetricsGetter has a method to return a CustomMetricInterface. A group's client should implement this interface.

type ExternalMetricExpansion

type ExternalMetricExpansion interface{}

type ExternalMetricInterface

type ExternalMetricInterface interface {
	Create(*v1alpha2.ExternalMetric) (*v1alpha2.ExternalMetric, error)
	Update(*v1alpha2.ExternalMetric) (*v1alpha2.ExternalMetric, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha2.ExternalMetric, error)
	List(opts v1.ListOptions) (*v1alpha2.ExternalMetricList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	ExternalMetricExpansion
}

ExternalMetricInterface has methods to work with ExternalMetric resources.

type ExternalMetricsGetter

type ExternalMetricsGetter interface {
	ExternalMetrics(namespace string) ExternalMetricInterface
}

ExternalMetricsGetter has a method to return a ExternalMetricInterface. 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