v1beta1

package
v1.4.12 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2017 License: Apache-2.0 Imports: 6 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 ClusterExpansion

type ClusterExpansion interface{}

type ClusterInterface

type ClusterInterface interface {
	Create(*v1beta1.Cluster) (*v1beta1.Cluster, error)
	Update(*v1beta1.Cluster) (*v1beta1.Cluster, error)
	UpdateStatus(*v1beta1.Cluster) (*v1beta1.Cluster, error)
	Delete(name string, options *api.DeleteOptions) error
	DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error
	Get(name string) (*v1beta1.Cluster, error)
	List(opts api.ListOptions) (*v1beta1.ClusterList, error)
	Watch(opts api.ListOptions) (watch.Interface, error)
	Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1beta1.Cluster, err error)
	ClusterExpansion
}

ClusterInterface has methods to work with Cluster resources.

type ClustersGetter

type ClustersGetter interface {
	Clusters() ClusterInterface
}

ClustersGetter has a method to return a ClusterInterface. A group's client should implement this interface.

type FederationClient

type FederationClient struct {
	*restclient.RESTClient
}

FederationClient is used to interact with features provided by the Federation group.

func New

New creates a new FederationClient for the given RESTClient.

func NewForConfig

func NewForConfig(c *restclient.Config) (*FederationClient, error)

NewForConfig creates a new FederationClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *restclient.Config) *FederationClient

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

func (*FederationClient) Clusters

func (c *FederationClient) Clusters() ClusterInterface

func (*FederationClient) GetRESTClient

func (c *FederationClient) GetRESTClient() *restclient.RESTClient

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

type FederationInterface

type FederationInterface interface {
	GetRESTClient() *restclient.RESTClient
	ClustersGetter
}

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