v1

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2018 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 KlusterExpansion

type KlusterExpansion interface{}

type KlusterInterface

type KlusterInterface interface {
	Create(*v1.Kluster) (*v1.Kluster, error)
	Update(*v1.Kluster) (*v1.Kluster, error)
	UpdateStatus(*v1.Kluster) (*v1.Kluster, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.Kluster, error)
	List(opts meta_v1.ListOptions) (*v1.KlusterList, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.Kluster, err error)
	KlusterExpansion
}

KlusterInterface has methods to work with Kluster resources.

type KlustersGetter

type KlustersGetter interface {
	Klusters(namespace string) KlusterInterface
}

KlustersGetter has a method to return a KlusterInterface. A group's client should implement this interface.

type KubernikusV1Client

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

KubernikusV1Client is used to interact with features provided by the kubernikus.sap.cc group.

func New

New creates a new KubernikusV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KubernikusV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KubernikusV1Client

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

func (*KubernikusV1Client) Klusters

func (c *KubernikusV1Client) Klusters(namespace string) KlusterInterface

func (*KubernikusV1Client) RESTClient

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

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

type KubernikusV1Interface

type KubernikusV1Interface interface {
	RESTClient() rest.Interface
	KlustersGetter
}

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