v1alpha1

package
v3.6.0-rc.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2017 License: Apache-2.0, 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 BindingExpansion

type BindingExpansion interface{}

type BindingInterface

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

BindingInterface has methods to work with Binding resources.

type BindingsGetter

type BindingsGetter interface {
	Bindings(namespace string) BindingInterface
}

BindingsGetter has a method to return a BindingInterface. A group's client should implement this interface.

type BrokerExpansion

type BrokerExpansion interface{}

type BrokerInterface

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

BrokerInterface has methods to work with Broker resources.

type BrokersGetter

type BrokersGetter interface {
	Brokers() BrokerInterface
}

BrokersGetter has a method to return a BrokerInterface. A group's client should implement this interface.

type InstanceExpansion

type InstanceExpansion interface{}

type InstanceInterface

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

InstanceInterface has methods to work with Instance resources.

type InstancesGetter

type InstancesGetter interface {
	Instances(namespace string) InstanceInterface
}

InstancesGetter has a method to return a InstanceInterface. A group's client should implement this interface.

type ServiceClassExpansion

type ServiceClassExpansion interface{}

type ServiceClassInterface

type ServiceClassInterface interface {
	Create(*v1alpha1.ServiceClass) (*v1alpha1.ServiceClass, error)
	Update(*v1alpha1.ServiceClass) (*v1alpha1.ServiceClass, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.ServiceClass, error)
	List(opts v1.ListOptions) (*v1alpha1.ServiceClassList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceClass, err error)
	ServiceClassExpansion
}

ServiceClassInterface has methods to work with ServiceClass resources.

type ServiceClassesGetter

type ServiceClassesGetter interface {
	ServiceClasses() ServiceClassInterface
}

ServiceClassesGetter has a method to return a ServiceClassInterface. A group's client should implement this interface.

type ServicecatalogV1alpha1Client

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

ServicecatalogV1alpha1Client is used to interact with features provided by the servicecatalog.k8s.io group.

func New

New creates a new ServicecatalogV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ServicecatalogV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ServicecatalogV1alpha1Client

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

func (*ServicecatalogV1alpha1Client) Bindings

func (c *ServicecatalogV1alpha1Client) Bindings(namespace string) BindingInterface

func (*ServicecatalogV1alpha1Client) Brokers

func (*ServicecatalogV1alpha1Client) Instances

func (c *ServicecatalogV1alpha1Client) Instances(namespace string) InstanceInterface

func (*ServicecatalogV1alpha1Client) RESTClient

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

func (*ServicecatalogV1alpha1Client) ServiceClasses

type ServicecatalogV1alpha1Interface

type ServicecatalogV1alpha1Interface interface {
	RESTClient() rest.Interface
	BindingsGetter
	BrokersGetter
	InstancesGetter
	ServiceClassesGetter
}

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