v1alpha1

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2017 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 ClusterServiceBrokerExpansion added in v0.0.24

type ClusterServiceBrokerExpansion interface{}

type ClusterServiceBrokerInterface added in v0.0.24

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

ClusterServiceBrokerInterface has methods to work with ClusterServiceBroker resources.

type ClusterServiceBrokersGetter added in v0.0.24

type ClusterServiceBrokersGetter interface {
	ClusterServiceBrokers() ClusterServiceBrokerInterface
}

ClusterServiceBrokersGetter has a method to return a ClusterServiceBrokerInterface. A group's client should implement this interface.

type ClusterServiceClassExpansion added in v0.0.24

type ClusterServiceClassExpansion interface{}

type ClusterServiceClassInterface added in v0.0.24

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

ClusterServiceClassInterface has methods to work with ClusterServiceClass resources.

type ClusterServiceClassesGetter added in v0.0.24

type ClusterServiceClassesGetter interface {
	ClusterServiceClasses() ClusterServiceClassInterface
}

ClusterServiceClassesGetter has a method to return a ClusterServiceClassInterface. A group's client should implement this interface.

type ClusterServicePlanExpansion added in v0.0.24

type ClusterServicePlanExpansion interface{}

type ClusterServicePlanInterface added in v0.0.24

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

ClusterServicePlanInterface has methods to work with ClusterServicePlan resources.

type ClusterServicePlansGetter added in v0.0.24

type ClusterServicePlansGetter interface {
	ClusterServicePlans() ClusterServicePlanInterface
}

ClusterServicePlansGetter has a method to return a ClusterServicePlanInterface. A group's client should implement this interface.

type ServiceBindingExpansion added in v0.0.24

type ServiceBindingExpansion interface{}

type ServiceBindingInterface added in v0.0.24

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

ServiceBindingInterface has methods to work with ServiceBinding resources.

type ServiceBindingsGetter added in v0.0.24

type ServiceBindingsGetter interface {
	ServiceBindings(namespace string) ServiceBindingInterface
}

ServiceBindingsGetter has a method to return a ServiceBindingInterface. A group's client should implement this interface.

type ServiceInstanceExpansion added in v0.0.17

type ServiceInstanceExpansion interface {
	UpdateReferences(serviceInstance *v1alpha1.ServiceInstance) (*v1alpha1.ServiceInstance, error)
}

The ReferencesExtension interface allows setting the References to ServiceClasses and ServicePlans.

type ServiceInstanceInterface added in v0.0.17

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

ServiceInstanceInterface has methods to work with ServiceInstance resources.

type ServiceInstancesGetter added in v0.0.17

type ServiceInstancesGetter interface {
	ServiceInstances(namespace string) ServiceInstanceInterface
}

ServiceInstancesGetter has a method to return a ServiceInstanceInterface. 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) ClusterServiceBrokers added in v0.0.24

func (*ServicecatalogV1alpha1Client) ClusterServiceClasses added in v0.0.24

func (*ServicecatalogV1alpha1Client) ClusterServicePlans added in v0.0.24

func (*ServicecatalogV1alpha1Client) RESTClient

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

func (*ServicecatalogV1alpha1Client) ServiceBindings added in v0.0.24

func (c *ServicecatalogV1alpha1Client) ServiceBindings(namespace string) ServiceBindingInterface

func (*ServicecatalogV1alpha1Client) ServiceInstances added in v0.0.17

func (c *ServicecatalogV1alpha1Client) ServiceInstances(namespace string) ServiceInstanceInterface

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