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