Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeFoos
- func (c *FakeFoos) Create(foo *v1alpha1.Foo) (result *v1alpha1.Foo, err error)
- func (c *FakeFoos) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeFoos) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeFoos) Get(name string, options v1.GetOptions) (result *v1alpha1.Foo, err error)
- func (c *FakeFoos) List(opts v1.ListOptions) (result *v1alpha1.FooList, err error)
- func (c *FakeFoos) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Foo, err error)
- func (c *FakeFoos) Update(foo *v1alpha1.Foo) (result *v1alpha1.Foo, err error)
- func (c *FakeFoos) UpdateStatus(foo *v1alpha1.Foo) (*v1alpha1.Foo, error)
- func (c *FakeFoos) Watch(opts v1.ListOptions) (watch.Interface, error)
- type FakeSamplecontrollerV1alpha1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFoos ¶
type FakeFoos struct { Fake *FakeSamplecontrollerV1alpha1 // contains filtered or unexported fields }
FakeFoos implements FooInterface
func (*FakeFoos) Create ¶
Create takes the representation of a foo and creates it. Returns the server's representation of the foo, and an error, if there is any.
func (*FakeFoos) Delete ¶
func (c *FakeFoos) Delete(name string, options *v1.DeleteOptions) error
Delete takes name of the foo and deletes it. Returns an error if one occurs.
func (*FakeFoos) DeleteCollection ¶
func (c *FakeFoos) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeFoos) Get ¶
Get takes name of the foo, and returns the corresponding foo object, and an error if there is any.
func (*FakeFoos) List ¶
List takes label and field selectors, and returns the list of Foos that match those selectors.
func (*FakeFoos) Patch ¶
func (c *FakeFoos) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Foo, err error)
Patch applies the patch and returns the patched foo.
func (*FakeFoos) Update ¶
Update takes the representation of a foo and updates it. Returns the server's representation of the foo, and an error, if there is any.
func (*FakeFoos) UpdateStatus ¶
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
type FakeSamplecontrollerV1alpha1 ¶
func (*FakeSamplecontrollerV1alpha1) Foos ¶
func (c *FakeSamplecontrollerV1alpha1) Foos(namespace string) v1alpha1.FooInterface
func (*FakeSamplecontrollerV1alpha1) RESTClient ¶
func (c *FakeSamplecontrollerV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.