Documentation
¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeBundleV1alpha1
- type FakeComponentSets
- func (c *FakeComponentSets) Create(ctx context.Context, componentSet *v1alpha1.ComponentSet, ...) (result *v1alpha1.ComponentSet, err error)
- func (c *FakeComponentSets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeComponentSets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeComponentSets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComponentSet, err error)
- func (c *FakeComponentSets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ComponentSetList, err error)
- func (c *FakeComponentSets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1alpha1.ComponentSet, err error)
- func (c *FakeComponentSets) Update(ctx context.Context, componentSet *v1alpha1.ComponentSet, ...) (result *v1alpha1.ComponentSet, err error)
- func (c *FakeComponentSets) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeComponents
- func (c *FakeComponents) Create(ctx context.Context, component *v1alpha1.Component, opts v1.CreateOptions) (result *v1alpha1.Component, err error)
- func (c *FakeComponents) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeComponents) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeComponents) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Component, err error)
- func (c *FakeComponents) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ComponentList, err error)
- func (c *FakeComponents) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *v1alpha1.Component, err error)
- func (c *FakeComponents) Update(ctx context.Context, component *v1alpha1.Component, opts v1.UpdateOptions) (result *v1alpha1.Component, err error)
- func (c *FakeComponents) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBundleV1alpha1 ¶
func (*FakeBundleV1alpha1) ComponentSets ¶
func (c *FakeBundleV1alpha1) ComponentSets(namespace string) v1alpha1.ComponentSetInterface
func (*FakeBundleV1alpha1) Components ¶ added in v0.8.0
func (c *FakeBundleV1alpha1) Components(namespace string) v1alpha1.ComponentInterface
func (*FakeBundleV1alpha1) RESTClient ¶
func (c *FakeBundleV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type FakeComponentSets ¶
type FakeComponentSets struct { Fake *FakeBundleV1alpha1 // contains filtered or unexported fields }
FakeComponentSets implements ComponentSetInterface
func (*FakeComponentSets) Create ¶
func (c *FakeComponentSets) Create(ctx context.Context, componentSet *v1alpha1.ComponentSet, opts v1.CreateOptions) (result *v1alpha1.ComponentSet, err error)
Create takes the representation of a componentSet and creates it. Returns the server's representation of the componentSet, and an error, if there is any.
func (*FakeComponentSets) Delete ¶
func (c *FakeComponentSets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the componentSet and deletes it. Returns an error if one occurs.
func (*FakeComponentSets) DeleteCollection ¶
func (c *FakeComponentSets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeComponentSets) Get ¶
func (c *FakeComponentSets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ComponentSet, err error)
Get takes name of the componentSet, and returns the corresponding componentSet object, and an error if there is any.
func (*FakeComponentSets) List ¶
func (c *FakeComponentSets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ComponentSetList, err error)
List takes label and field selectors, and returns the list of ComponentSets that match those selectors.
func (*FakeComponentSets) Patch ¶
func (c *FakeComponentSets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComponentSet, err error)
Patch applies the patch and returns the patched componentSet.
func (*FakeComponentSets) Update ¶
func (c *FakeComponentSets) Update(ctx context.Context, componentSet *v1alpha1.ComponentSet, opts v1.UpdateOptions) (result *v1alpha1.ComponentSet, err error)
Update takes the representation of a componentSet and updates it. Returns the server's representation of the componentSet, and an error, if there is any.
func (*FakeComponentSets) Watch ¶
func (c *FakeComponentSets) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested componentSets.
type FakeComponents ¶ added in v0.8.0
type FakeComponents struct { Fake *FakeBundleV1alpha1 // contains filtered or unexported fields }
FakeComponents implements ComponentInterface
func (*FakeComponents) Create ¶ added in v0.8.0
func (c *FakeComponents) Create(ctx context.Context, component *v1alpha1.Component, opts v1.CreateOptions) (result *v1alpha1.Component, err error)
Create takes the representation of a component and creates it. Returns the server's representation of the component, and an error, if there is any.
func (*FakeComponents) Delete ¶ added in v0.8.0
func (c *FakeComponents) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the component and deletes it. Returns an error if one occurs.
func (*FakeComponents) DeleteCollection ¶ added in v0.8.0
func (c *FakeComponents) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeComponents) Get ¶ added in v0.8.0
func (c *FakeComponents) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Component, err error)
Get takes name of the component, and returns the corresponding component object, and an error if there is any.
func (*FakeComponents) List ¶ added in v0.8.0
func (c *FakeComponents) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ComponentList, err error)
List takes label and field selectors, and returns the list of Components that match those selectors.
func (*FakeComponents) Patch ¶ added in v0.8.0
func (c *FakeComponents) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Component, err error)
Patch applies the patch and returns the patched component.
func (*FakeComponents) Update ¶ added in v0.8.0
func (c *FakeComponents) Update(ctx context.Context, component *v1alpha1.Component, opts v1.UpdateOptions) (result *v1alpha1.Component, err error)
Update takes the representation of a component and updates it. Returns the server's representation of the component, and an error, if there is any.
func (*FakeComponents) Watch ¶ added in v0.8.0
func (c *FakeComponents) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested components.