Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type BindingExpansion
- type BindingInterface
- type BindingsGetter
- type BrokerExpansion
- type BrokerInterface
- type BrokersGetter
- type InstanceExpansion
- type InstanceInterface
- type InstancesGetter
- type ServiceClassExpansion
- type ServiceClassInterface
- type ServiceClassesGetter
- type ServicecatalogV1alpha1Client
- func (c *ServicecatalogV1alpha1Client) Bindings(namespace string) BindingInterface
- func (c *ServicecatalogV1alpha1Client) Brokers() BrokerInterface
- func (c *ServicecatalogV1alpha1Client) Instances(namespace string) InstanceInterface
- func (c *ServicecatalogV1alpha1Client) RESTClient() rest.Interface
- func (c *ServicecatalogV1alpha1Client) ServiceClasses() ServiceClassInterface
- type ServicecatalogV1alpha1Interface
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 ¶
func New(c rest.Interface) *ServicecatalogV1alpha1Client
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 (c *ServicecatalogV1alpha1Client) Brokers() BrokerInterface
func (*ServicecatalogV1alpha1Client) Instances ¶
func (c *ServicecatalogV1alpha1Client) Instances(namespace string) InstanceInterface
func (*ServicecatalogV1alpha1Client) RESTClient ¶
func (c *ServicecatalogV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*ServicecatalogV1alpha1Client) ServiceClasses ¶
func (c *ServicecatalogV1alpha1Client) ServiceClasses() ServiceClassInterface
type ServicecatalogV1alpha1Interface ¶
type ServicecatalogV1alpha1Interface interface { RESTClient() rest.Interface BindingsGetter BrokersGetter InstancesGetter ServiceClassesGetter }