Documentation
¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeEventActivations
- func (c *FakeEventActivations) Create(eventActivation *v1alpha1.EventActivation) (result *v1alpha1.EventActivation, err error)
- func (c *FakeEventActivations) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeEventActivations) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeEventActivations) Get(name string, options v1.GetOptions) (result *v1alpha1.EventActivation, err error)
- func (c *FakeEventActivations) List(opts v1.ListOptions) (result *v1alpha1.EventActivationList, err error)
- func (c *FakeEventActivations) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.EventActivation, err error)
- func (c *FakeEventActivations) Update(eventActivation *v1alpha1.EventActivation) (result *v1alpha1.EventActivation, err error)
- func (c *FakeEventActivations) Watch(opts v1.ListOptions) (watch.Interface, error)
- type FakeRemoteenvironmentV1alpha1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEventActivations ¶
type FakeEventActivations struct { Fake *FakeRemoteenvironmentV1alpha1 // contains filtered or unexported fields }
FakeEventActivations implements EventActivationInterface
func (*FakeEventActivations) Create ¶
func (c *FakeEventActivations) Create(eventActivation *v1alpha1.EventActivation) (result *v1alpha1.EventActivation, err error)
Create takes the representation of a eventActivation and creates it. Returns the server's representation of the eventActivation, and an error, if there is any.
func (*FakeEventActivations) Delete ¶
func (c *FakeEventActivations) Delete(name string, options *v1.DeleteOptions) error
Delete takes name of the eventActivation and deletes it. Returns an error if one occurs.
func (*FakeEventActivations) DeleteCollection ¶
func (c *FakeEventActivations) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeEventActivations) Get ¶
func (c *FakeEventActivations) Get(name string, options v1.GetOptions) (result *v1alpha1.EventActivation, err error)
Get takes name of the eventActivation, and returns the corresponding eventActivation object, and an error if there is any.
func (*FakeEventActivations) List ¶
func (c *FakeEventActivations) List(opts v1.ListOptions) (result *v1alpha1.EventActivationList, err error)
List takes label and field selectors, and returns the list of EventActivations that match those selectors.
func (*FakeEventActivations) Patch ¶
func (c *FakeEventActivations) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.EventActivation, err error)
Patch applies the patch and returns the patched eventActivation.
func (*FakeEventActivations) Update ¶
func (c *FakeEventActivations) Update(eventActivation *v1alpha1.EventActivation) (result *v1alpha1.EventActivation, err error)
Update takes the representation of a eventActivation and updates it. Returns the server's representation of the eventActivation, and an error, if there is any.
func (*FakeEventActivations) Watch ¶
func (c *FakeEventActivations) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested eventActivations.
type FakeRemoteenvironmentV1alpha1 ¶
func (*FakeRemoteenvironmentV1alpha1) EventActivations ¶
func (c *FakeRemoteenvironmentV1alpha1) EventActivations(namespace string) v1alpha1.EventActivationInterface
func (*FakeRemoteenvironmentV1alpha1) RESTClient ¶
func (c *FakeRemoteenvironmentV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.