Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeAPIServices
- func (c *FakeAPIServices) Create(ctx context.Context, aPIService *v1beta1.APIService, opts v1.CreateOptions) (result *v1beta1.APIService, err error)
- func (c *FakeAPIServices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeAPIServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeAPIServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.APIService, err error)
- func (c *FakeAPIServices) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.APIServiceList, err error)
- func (c *FakeAPIServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1beta1.APIService, err error)
- func (c *FakeAPIServices) Update(ctx context.Context, aPIService *v1beta1.APIService, opts v1.UpdateOptions) (result *v1beta1.APIService, err error)
- func (c *FakeAPIServices) UpdateStatus(ctx context.Context, aPIService *v1beta1.APIService, opts v1.UpdateOptions) (result *v1beta1.APIService, err error)
- func (c *FakeAPIServices) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeApiregistrationV1beta1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAPIServices ¶
type FakeAPIServices struct {
Fake *FakeApiregistrationV1beta1
}
FakeAPIServices implements APIServiceInterface
func (*FakeAPIServices) Create ¶
func (c *FakeAPIServices) Create(ctx context.Context, aPIService *v1beta1.APIService, opts v1.CreateOptions) (result *v1beta1.APIService, err error)
Create takes the representation of a aPIService and creates it. Returns the server's representation of the aPIService, and an error, if there is any.
func (*FakeAPIServices) Delete ¶
func (c *FakeAPIServices) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the aPIService and deletes it. Returns an error if one occurs.
func (*FakeAPIServices) DeleteCollection ¶
func (c *FakeAPIServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeAPIServices) Get ¶
func (c *FakeAPIServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1beta1.APIService, err error)
Get takes name of the aPIService, and returns the corresponding aPIService object, and an error if there is any.
func (*FakeAPIServices) List ¶
func (c *FakeAPIServices) List(ctx context.Context, opts v1.ListOptions) (result *v1beta1.APIServiceList, err error)
List takes label and field selectors, and returns the list of APIServices that match those selectors.
func (*FakeAPIServices) Patch ¶
func (c *FakeAPIServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta1.APIService, err error)
Patch applies the patch and returns the patched aPIService.
func (*FakeAPIServices) Update ¶
func (c *FakeAPIServices) Update(ctx context.Context, aPIService *v1beta1.APIService, opts v1.UpdateOptions) (result *v1beta1.APIService, err error)
Update takes the representation of a aPIService and updates it. Returns the server's representation of the aPIService, and an error, if there is any.
func (*FakeAPIServices) UpdateStatus ¶
func (c *FakeAPIServices) UpdateStatus(ctx context.Context, aPIService *v1beta1.APIService, opts v1.UpdateOptions) (result *v1beta1.APIService, err error)
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
func (*FakeAPIServices) Watch ¶
func (c *FakeAPIServices) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested aPIServices.
type FakeApiregistrationV1beta1 ¶
func (*FakeApiregistrationV1beta1) APIServices ¶
func (c *FakeApiregistrationV1beta1) APIServices() v1beta1.APIServiceInterface
func (*FakeApiregistrationV1beta1) RESTClient ¶
func (c *FakeApiregistrationV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.