Documentation ¶
Index ¶
- type Clientset
- type ServiceInstanceCredentials
- func (c *ServiceInstanceCredentials) Create(serviceInstance *v1alpha1.ServiceInstanceCredential) (result *v1alpha1.ServiceInstanceCredential, err error)
- func (c *ServiceInstanceCredentials) Delete(name string, options *v1.DeleteOptions) error
- func (c *ServiceInstanceCredentials) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *ServiceInstanceCredentials) Get(name string, options v1.GetOptions) (result *v1alpha1.ServiceInstanceCredential, err error)
- func (c *ServiceInstanceCredentials) List(opts v1.ListOptions) (result *v1alpha1.ServiceInstanceCredentialList, err error)
- func (c *ServiceInstanceCredentials) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceInstanceCredential, err error)
- func (c *ServiceInstanceCredentials) Update(serviceInstance *v1alpha1.ServiceInstanceCredential) (result *v1alpha1.ServiceInstanceCredential, err error)
- func (c *ServiceInstanceCredentials) UpdateStatus(serviceInstance *v1alpha1.ServiceInstanceCredential) (*v1alpha1.ServiceInstanceCredential, error)
- func (c *ServiceInstanceCredentials) Watch(opts v1.ListOptions) (watch.Interface, error)
- type ServiceInstances
- func (c *ServiceInstances) Create(serviceInstance *v1alpha1.ServiceInstance) (result *v1alpha1.ServiceInstance, err error)
- func (c *ServiceInstances) Delete(name string, options *v1.DeleteOptions) error
- func (c *ServiceInstances) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *ServiceInstances) Get(name string, options v1.GetOptions) (result *v1alpha1.ServiceInstance, err error)
- func (c *ServiceInstances) List(opts v1.ListOptions) (result *v1alpha1.ServiceInstanceList, err error)
- func (c *ServiceInstances) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceInstance, err error)
- func (c *ServiceInstances) Update(serviceInstance *v1alpha1.ServiceInstance) (result *v1alpha1.ServiceInstance, err error)
- func (c *ServiceInstances) UpdateStatus(serviceInstance *v1alpha1.ServiceInstance) (*v1alpha1.ServiceInstance, error)
- func (c *ServiceInstances) Watch(opts v1.ListOptions) (watch.Interface, error)
- type ServicecatalogV1alpha1
- func (c *ServicecatalogV1alpha1) RESTClient() rest.Interface
- func (c *ServicecatalogV1alpha1) ServiceBrokers() v1alpha1.ServiceBrokerInterface
- func (c *ServicecatalogV1alpha1) ServiceClasses() v1alpha1.ServiceClassInterface
- func (c *ServicecatalogV1alpha1) ServiceInstanceCredentials(namespace string) v1alpha1.ServiceInstanceCredentialInterface
- func (c *ServicecatalogV1alpha1) ServiceInstances(namespace string) v1alpha1.ServiceInstanceInterface
- func (c *ServicecatalogV1alpha1) ServicePlans() v1alpha1.ServicePlanInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct {
*servicecatalogclientset.Clientset
}
Clientset is a wrapper around the generated fake clientset that clones the ServiceInstance and ServiceInstanceCredential objects being passed to UpdateStatus. This is a workaround until the generated fake clientset does its own copying.
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
func (*Clientset) Servicecatalog ¶
func (c *Clientset) Servicecatalog() servicecatalogv1alpha1.ServicecatalogV1alpha1Interface
func (*Clientset) ServicecatalogV1alpha1 ¶
func (c *Clientset) ServicecatalogV1alpha1() servicecatalogv1alpha1.ServicecatalogV1alpha1Interface
type ServiceInstanceCredentials ¶
type ServiceInstanceCredentials struct {
v1alpha1typed.ServiceInstanceCredentialInterface
}
ServiceInstanceCredentials is a wrapper around the generated fake ServiceInstanceCredentials that clones the ServiceInstanceCredential objects being passed to UpdateStatus. This is a workaround until the generated fake clientset does its own copying.
func (*ServiceInstanceCredentials) Create ¶
func (c *ServiceInstanceCredentials) Create(serviceInstance *v1alpha1.ServiceInstanceCredential) (result *v1alpha1.ServiceInstanceCredential, err error)
func (*ServiceInstanceCredentials) Delete ¶
func (c *ServiceInstanceCredentials) Delete(name string, options *v1.DeleteOptions) error
func (*ServiceInstanceCredentials) DeleteCollection ¶
func (c *ServiceInstanceCredentials) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
func (*ServiceInstanceCredentials) Get ¶
func (c *ServiceInstanceCredentials) Get(name string, options v1.GetOptions) (result *v1alpha1.ServiceInstanceCredential, err error)
func (*ServiceInstanceCredentials) List ¶
func (c *ServiceInstanceCredentials) List(opts v1.ListOptions) (result *v1alpha1.ServiceInstanceCredentialList, err error)
func (*ServiceInstanceCredentials) Patch ¶
func (c *ServiceInstanceCredentials) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceInstanceCredential, err error)
Patch applies the patch and returns the patched serviceInstance.
func (*ServiceInstanceCredentials) Update ¶
func (c *ServiceInstanceCredentials) Update(serviceInstance *v1alpha1.ServiceInstanceCredential) (result *v1alpha1.ServiceInstanceCredential, err error)
func (*ServiceInstanceCredentials) UpdateStatus ¶
func (c *ServiceInstanceCredentials) UpdateStatus(serviceInstance *v1alpha1.ServiceInstanceCredential) (*v1alpha1.ServiceInstanceCredential, error)
func (*ServiceInstanceCredentials) Watch ¶
func (c *ServiceInstanceCredentials) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested serviceInstances.
type ServiceInstances ¶
type ServiceInstances struct {
v1alpha1typed.ServiceInstanceInterface
}
ServiceInstances is a wrapper around the generated fake ServiceInstances that clones the ServiceInstance objects being passed to UpdateStatus. This is a workaround until the generated fake clientset does its own copying.
func (*ServiceInstances) Create ¶
func (c *ServiceInstances) Create(serviceInstance *v1alpha1.ServiceInstance) (result *v1alpha1.ServiceInstance, err error)
func (*ServiceInstances) Delete ¶
func (c *ServiceInstances) Delete(name string, options *v1.DeleteOptions) error
func (*ServiceInstances) DeleteCollection ¶
func (c *ServiceInstances) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
func (*ServiceInstances) Get ¶
func (c *ServiceInstances) Get(name string, options v1.GetOptions) (result *v1alpha1.ServiceInstance, err error)
func (*ServiceInstances) List ¶
func (c *ServiceInstances) List(opts v1.ListOptions) (result *v1alpha1.ServiceInstanceList, err error)
func (*ServiceInstances) Patch ¶
func (c *ServiceInstances) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ServiceInstance, err error)
Patch applies the patch and returns the patched serviceInstance.
func (*ServiceInstances) Update ¶
func (c *ServiceInstances) Update(serviceInstance *v1alpha1.ServiceInstance) (result *v1alpha1.ServiceInstance, err error)
func (*ServiceInstances) UpdateStatus ¶
func (c *ServiceInstances) UpdateStatus(serviceInstance *v1alpha1.ServiceInstance) (*v1alpha1.ServiceInstance, error)
func (*ServiceInstances) Watch ¶
func (c *ServiceInstances) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested serviceInstances.
type ServicecatalogV1alpha1 ¶
type ServicecatalogV1alpha1 struct {
servicecatalogv1alpha1.ServicecatalogV1alpha1Interface
}
ServicecatalogV1alpha1 is a wrapper around the generated fake service catalog that clones the ServiceInstance and ServiceInstanceCredential objects being passed to UpdateStatus. This is a workaround until the generated fake clientset does its own copying.
func (*ServicecatalogV1alpha1) RESTClient ¶
func (c *ServicecatalogV1alpha1) RESTClient() rest.Interface
func (*ServicecatalogV1alpha1) ServiceBrokers ¶
func (c *ServicecatalogV1alpha1) ServiceBrokers() v1alpha1.ServiceBrokerInterface
func (*ServicecatalogV1alpha1) ServiceClasses ¶
func (c *ServicecatalogV1alpha1) ServiceClasses() v1alpha1.ServiceClassInterface
func (*ServicecatalogV1alpha1) ServiceInstanceCredentials ¶
func (c *ServicecatalogV1alpha1) ServiceInstanceCredentials(namespace string) v1alpha1.ServiceInstanceCredentialInterface
func (*ServicecatalogV1alpha1) ServiceInstances ¶
func (c *ServicecatalogV1alpha1) ServiceInstances(namespace string) v1alpha1.ServiceInstanceInterface
func (*ServicecatalogV1alpha1) ServicePlans ¶
func (c *ServicecatalogV1alpha1) ServicePlans() v1alpha1.ServicePlanInterface