fake

package
v2.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeClusterFilters

type FakeClusterFilters struct {
	Fake *FakeFluentdV1alpha1
}

FakeClusterFilters implements ClusterFilterInterface

func (*FakeClusterFilters) Create

func (c *FakeClusterFilters) Create(ctx context.Context, clusterFilter *v1alpha1.ClusterFilter, opts v1.CreateOptions) (result *v1alpha1.ClusterFilter, err error)

Create takes the representation of a clusterFilter and creates it. Returns the server's representation of the clusterFilter, and an error, if there is any.

func (*FakeClusterFilters) Delete

func (c *FakeClusterFilters) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the clusterFilter and deletes it. Returns an error if one occurs.

func (*FakeClusterFilters) DeleteCollection

func (c *FakeClusterFilters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusterFilters) Get

func (c *FakeClusterFilters) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterFilter, err error)

Get takes name of the clusterFilter, and returns the corresponding clusterFilter object, and an error if there is any.

func (*FakeClusterFilters) List

func (c *FakeClusterFilters) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ClusterFilterList, err error)

List takes label and field selectors, and returns the list of ClusterFilters that match those selectors.

func (*FakeClusterFilters) Patch

func (c *FakeClusterFilters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterFilter, err error)

Patch applies the patch and returns the patched clusterFilter.

func (*FakeClusterFilters) Update

func (c *FakeClusterFilters) Update(ctx context.Context, clusterFilter *v1alpha1.ClusterFilter, opts v1.UpdateOptions) (result *v1alpha1.ClusterFilter, err error)

Update takes the representation of a clusterFilter and updates it. Returns the server's representation of the clusterFilter, and an error, if there is any.

func (*FakeClusterFilters) UpdateStatus

func (c *FakeClusterFilters) UpdateStatus(ctx context.Context, clusterFilter *v1alpha1.ClusterFilter, opts v1.UpdateOptions) (*v1alpha1.ClusterFilter, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeClusterFilters) Watch

Watch returns a watch.Interface that watches the requested clusterFilters.

type FakeClusterFluentdConfigs

type FakeClusterFluentdConfigs struct {
	Fake *FakeFluentdV1alpha1
}

FakeClusterFluentdConfigs implements ClusterFluentdConfigInterface

func (*FakeClusterFluentdConfigs) Create

func (c *FakeClusterFluentdConfigs) Create(ctx context.Context, clusterFluentdConfig *v1alpha1.ClusterFluentdConfig, opts v1.CreateOptions) (result *v1alpha1.ClusterFluentdConfig, err error)

Create takes the representation of a clusterFluentdConfig and creates it. Returns the server's representation of the clusterFluentdConfig, and an error, if there is any.

func (*FakeClusterFluentdConfigs) Delete

Delete takes name of the clusterFluentdConfig and deletes it. Returns an error if one occurs.

func (*FakeClusterFluentdConfigs) DeleteCollection

func (c *FakeClusterFluentdConfigs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusterFluentdConfigs) Get

Get takes name of the clusterFluentdConfig, and returns the corresponding clusterFluentdConfig object, and an error if there is any.

func (*FakeClusterFluentdConfigs) List

List takes label and field selectors, and returns the list of ClusterFluentdConfigs that match those selectors.

func (*FakeClusterFluentdConfigs) Patch

func (c *FakeClusterFluentdConfigs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterFluentdConfig, err error)

Patch applies the patch and returns the patched clusterFluentdConfig.

func (*FakeClusterFluentdConfigs) Update

func (c *FakeClusterFluentdConfigs) Update(ctx context.Context, clusterFluentdConfig *v1alpha1.ClusterFluentdConfig, opts v1.UpdateOptions) (result *v1alpha1.ClusterFluentdConfig, err error)

Update takes the representation of a clusterFluentdConfig and updates it. Returns the server's representation of the clusterFluentdConfig, and an error, if there is any.

func (*FakeClusterFluentdConfigs) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeClusterFluentdConfigs) Watch

Watch returns a watch.Interface that watches the requested clusterFluentdConfigs.

type FakeClusterInputs added in v2.6.0

type FakeClusterInputs struct {
	Fake *FakeFluentdV1alpha1
}

FakeClusterInputs implements ClusterInputInterface

func (*FakeClusterInputs) Create added in v2.6.0

func (c *FakeClusterInputs) Create(ctx context.Context, clusterInput *v1alpha1.ClusterInput, opts v1.CreateOptions) (result *v1alpha1.ClusterInput, err error)

Create takes the representation of a clusterInput and creates it. Returns the server's representation of the clusterInput, and an error, if there is any.

func (*FakeClusterInputs) Delete added in v2.6.0

func (c *FakeClusterInputs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the clusterInput and deletes it. Returns an error if one occurs.

func (*FakeClusterInputs) DeleteCollection added in v2.6.0

func (c *FakeClusterInputs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusterInputs) Get added in v2.6.0

func (c *FakeClusterInputs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterInput, err error)

Get takes name of the clusterInput, and returns the corresponding clusterInput object, and an error if there is any.

func (*FakeClusterInputs) List added in v2.6.0

func (c *FakeClusterInputs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ClusterInputList, err error)

List takes label and field selectors, and returns the list of ClusterInputs that match those selectors.

func (*FakeClusterInputs) Patch added in v2.6.0

func (c *FakeClusterInputs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterInput, err error)

Patch applies the patch and returns the patched clusterInput.

func (*FakeClusterInputs) Update added in v2.6.0

func (c *FakeClusterInputs) Update(ctx context.Context, clusterInput *v1alpha1.ClusterInput, opts v1.UpdateOptions) (result *v1alpha1.ClusterInput, err error)

Update takes the representation of a clusterInput and updates it. Returns the server's representation of the clusterInput, and an error, if there is any.

func (*FakeClusterInputs) UpdateStatus added in v2.6.0

func (c *FakeClusterInputs) UpdateStatus(ctx context.Context, clusterInput *v1alpha1.ClusterInput, opts v1.UpdateOptions) (*v1alpha1.ClusterInput, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeClusterInputs) Watch added in v2.6.0

Watch returns a watch.Interface that watches the requested clusterInputs.

type FakeClusterOutputs

type FakeClusterOutputs struct {
	Fake *FakeFluentdV1alpha1
}

FakeClusterOutputs implements ClusterOutputInterface

func (*FakeClusterOutputs) Create

func (c *FakeClusterOutputs) Create(ctx context.Context, clusterOutput *v1alpha1.ClusterOutput, opts v1.CreateOptions) (result *v1alpha1.ClusterOutput, err error)

Create takes the representation of a clusterOutput and creates it. Returns the server's representation of the clusterOutput, and an error, if there is any.

func (*FakeClusterOutputs) Delete

func (c *FakeClusterOutputs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the clusterOutput and deletes it. Returns an error if one occurs.

func (*FakeClusterOutputs) DeleteCollection

func (c *FakeClusterOutputs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusterOutputs) Get

func (c *FakeClusterOutputs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterOutput, err error)

Get takes name of the clusterOutput, and returns the corresponding clusterOutput object, and an error if there is any.

func (*FakeClusterOutputs) List

func (c *FakeClusterOutputs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ClusterOutputList, err error)

List takes label and field selectors, and returns the list of ClusterOutputs that match those selectors.

func (*FakeClusterOutputs) Patch

func (c *FakeClusterOutputs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterOutput, err error)

Patch applies the patch and returns the patched clusterOutput.

func (*FakeClusterOutputs) Update

func (c *FakeClusterOutputs) Update(ctx context.Context, clusterOutput *v1alpha1.ClusterOutput, opts v1.UpdateOptions) (result *v1alpha1.ClusterOutput, err error)

Update takes the representation of a clusterOutput and updates it. Returns the server's representation of the clusterOutput, and an error, if there is any.

func (*FakeClusterOutputs) UpdateStatus

func (c *FakeClusterOutputs) UpdateStatus(ctx context.Context, clusterOutput *v1alpha1.ClusterOutput, opts v1.UpdateOptions) (*v1alpha1.ClusterOutput, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeClusterOutputs) Watch

Watch returns a watch.Interface that watches the requested clusterOutputs.

type FakeFilters

type FakeFilters struct {
	Fake *FakeFluentdV1alpha1
	// contains filtered or unexported fields
}

FakeFilters implements FilterInterface

func (*FakeFilters) Create

func (c *FakeFilters) Create(ctx context.Context, filter *v1alpha1.Filter, opts v1.CreateOptions) (result *v1alpha1.Filter, err error)

Create takes the representation of a filter and creates it. Returns the server's representation of the filter, and an error, if there is any.

func (*FakeFilters) Delete

func (c *FakeFilters) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the filter and deletes it. Returns an error if one occurs.

func (*FakeFilters) DeleteCollection

func (c *FakeFilters) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFilters) Get

func (c *FakeFilters) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Filter, err error)

Get takes name of the filter, and returns the corresponding filter object, and an error if there is any.

func (*FakeFilters) List

func (c *FakeFilters) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.FilterList, err error)

List takes label and field selectors, and returns the list of Filters that match those selectors.

func (*FakeFilters) Patch

func (c *FakeFilters) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Filter, err error)

Patch applies the patch and returns the patched filter.

func (*FakeFilters) Update

func (c *FakeFilters) Update(ctx context.Context, filter *v1alpha1.Filter, opts v1.UpdateOptions) (result *v1alpha1.Filter, err error)

Update takes the representation of a filter and updates it. Returns the server's representation of the filter, and an error, if there is any.

func (*FakeFilters) UpdateStatus

func (c *FakeFilters) UpdateStatus(ctx context.Context, filter *v1alpha1.Filter, opts v1.UpdateOptions) (*v1alpha1.Filter, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFilters) Watch

func (c *FakeFilters) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested filters.

type FakeFluentdConfigs

type FakeFluentdConfigs struct {
	Fake *FakeFluentdV1alpha1
	// contains filtered or unexported fields
}

FakeFluentdConfigs implements FluentdConfigInterface

func (*FakeFluentdConfigs) Create

func (c *FakeFluentdConfigs) Create(ctx context.Context, fluentdConfig *v1alpha1.FluentdConfig, opts v1.CreateOptions) (result *v1alpha1.FluentdConfig, err error)

Create takes the representation of a fluentdConfig and creates it. Returns the server's representation of the fluentdConfig, and an error, if there is any.

func (*FakeFluentdConfigs) Delete

func (c *FakeFluentdConfigs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the fluentdConfig and deletes it. Returns an error if one occurs.

func (*FakeFluentdConfigs) DeleteCollection

func (c *FakeFluentdConfigs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFluentdConfigs) Get

func (c *FakeFluentdConfigs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.FluentdConfig, err error)

Get takes name of the fluentdConfig, and returns the corresponding fluentdConfig object, and an error if there is any.

func (*FakeFluentdConfigs) List

func (c *FakeFluentdConfigs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.FluentdConfigList, err error)

List takes label and field selectors, and returns the list of FluentdConfigs that match those selectors.

func (*FakeFluentdConfigs) Patch

func (c *FakeFluentdConfigs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FluentdConfig, err error)

Patch applies the patch and returns the patched fluentdConfig.

func (*FakeFluentdConfigs) Update

func (c *FakeFluentdConfigs) Update(ctx context.Context, fluentdConfig *v1alpha1.FluentdConfig, opts v1.UpdateOptions) (result *v1alpha1.FluentdConfig, err error)

Update takes the representation of a fluentdConfig and updates it. Returns the server's representation of the fluentdConfig, and an error, if there is any.

func (*FakeFluentdConfigs) UpdateStatus

func (c *FakeFluentdConfigs) UpdateStatus(ctx context.Context, fluentdConfig *v1alpha1.FluentdConfig, opts v1.UpdateOptions) (*v1alpha1.FluentdConfig, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFluentdConfigs) Watch

Watch returns a watch.Interface that watches the requested fluentdConfigs.

type FakeFluentdV1alpha1

type FakeFluentdV1alpha1 struct {
	*testing.Fake
}

func (*FakeFluentdV1alpha1) ClusterFilters

func (*FakeFluentdV1alpha1) ClusterFluentdConfigs

func (c *FakeFluentdV1alpha1) ClusterFluentdConfigs() v1alpha1.ClusterFluentdConfigInterface

func (*FakeFluentdV1alpha1) ClusterInputs added in v2.6.0

func (*FakeFluentdV1alpha1) ClusterOutputs

func (*FakeFluentdV1alpha1) Filters

func (c *FakeFluentdV1alpha1) Filters(namespace string) v1alpha1.FilterInterface

func (*FakeFluentdV1alpha1) FluentdConfigs

func (c *FakeFluentdV1alpha1) FluentdConfigs(namespace string) v1alpha1.FluentdConfigInterface

func (*FakeFluentdV1alpha1) Fluentds

func (c *FakeFluentdV1alpha1) Fluentds(namespace string) v1alpha1.FluentdInterface

func (*FakeFluentdV1alpha1) Inputs added in v2.6.0

func (c *FakeFluentdV1alpha1) Inputs(namespace string) v1alpha1.InputInterface

func (*FakeFluentdV1alpha1) Outputs

func (c *FakeFluentdV1alpha1) Outputs(namespace string) v1alpha1.OutputInterface

func (*FakeFluentdV1alpha1) RESTClient

func (c *FakeFluentdV1alpha1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type FakeFluentds

type FakeFluentds struct {
	Fake *FakeFluentdV1alpha1
	// contains filtered or unexported fields
}

FakeFluentds implements FluentdInterface

func (*FakeFluentds) Create

func (c *FakeFluentds) Create(ctx context.Context, fluentd *v1alpha1.Fluentd, opts v1.CreateOptions) (result *v1alpha1.Fluentd, err error)

Create takes the representation of a fluentd and creates it. Returns the server's representation of the fluentd, and an error, if there is any.

func (*FakeFluentds) Delete

func (c *FakeFluentds) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the fluentd and deletes it. Returns an error if one occurs.

func (*FakeFluentds) DeleteCollection

func (c *FakeFluentds) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFluentds) Get

func (c *FakeFluentds) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Fluentd, err error)

Get takes name of the fluentd, and returns the corresponding fluentd object, and an error if there is any.

func (*FakeFluentds) List

func (c *FakeFluentds) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.FluentdList, err error)

List takes label and field selectors, and returns the list of Fluentds that match those selectors.

func (*FakeFluentds) Patch

func (c *FakeFluentds) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Fluentd, err error)

Patch applies the patch and returns the patched fluentd.

func (*FakeFluentds) Update

func (c *FakeFluentds) Update(ctx context.Context, fluentd *v1alpha1.Fluentd, opts v1.UpdateOptions) (result *v1alpha1.Fluentd, err error)

Update takes the representation of a fluentd and updates it. Returns the server's representation of the fluentd, and an error, if there is any.

func (*FakeFluentds) UpdateStatus

func (c *FakeFluentds) UpdateStatus(ctx context.Context, fluentd *v1alpha1.Fluentd, opts v1.UpdateOptions) (*v1alpha1.Fluentd, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFluentds) Watch

func (c *FakeFluentds) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested fluentds.

type FakeInputs added in v2.6.0

type FakeInputs struct {
	Fake *FakeFluentdV1alpha1
	// contains filtered or unexported fields
}

FakeInputs implements InputInterface

func (*FakeInputs) Create added in v2.6.0

func (c *FakeInputs) Create(ctx context.Context, input *v1alpha1.Input, opts v1.CreateOptions) (result *v1alpha1.Input, err error)

Create takes the representation of a input and creates it. Returns the server's representation of the input, and an error, if there is any.

func (*FakeInputs) Delete added in v2.6.0

func (c *FakeInputs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the input and deletes it. Returns an error if one occurs.

func (*FakeInputs) DeleteCollection added in v2.6.0

func (c *FakeInputs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeInputs) Get added in v2.6.0

func (c *FakeInputs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Input, err error)

Get takes name of the input, and returns the corresponding input object, and an error if there is any.

func (*FakeInputs) List added in v2.6.0

func (c *FakeInputs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.InputList, err error)

List takes label and field selectors, and returns the list of Inputs that match those selectors.

func (*FakeInputs) Patch added in v2.6.0

func (c *FakeInputs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Input, err error)

Patch applies the patch and returns the patched input.

func (*FakeInputs) Update added in v2.6.0

func (c *FakeInputs) Update(ctx context.Context, input *v1alpha1.Input, opts v1.UpdateOptions) (result *v1alpha1.Input, err error)

Update takes the representation of a input and updates it. Returns the server's representation of the input, and an error, if there is any.

func (*FakeInputs) UpdateStatus added in v2.6.0

func (c *FakeInputs) UpdateStatus(ctx context.Context, input *v1alpha1.Input, opts v1.UpdateOptions) (*v1alpha1.Input, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeInputs) Watch added in v2.6.0

func (c *FakeInputs) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested inputs.

type FakeOutputs

type FakeOutputs struct {
	Fake *FakeFluentdV1alpha1
	// contains filtered or unexported fields
}

FakeOutputs implements OutputInterface

func (*FakeOutputs) Create

func (c *FakeOutputs) Create(ctx context.Context, output *v1alpha1.Output, opts v1.CreateOptions) (result *v1alpha1.Output, err error)

Create takes the representation of a output and creates it. Returns the server's representation of the output, and an error, if there is any.

func (*FakeOutputs) Delete

func (c *FakeOutputs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the output and deletes it. Returns an error if one occurs.

func (*FakeOutputs) DeleteCollection

func (c *FakeOutputs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOutputs) Get

func (c *FakeOutputs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Output, err error)

Get takes name of the output, and returns the corresponding output object, and an error if there is any.

func (*FakeOutputs) List

func (c *FakeOutputs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.OutputList, err error)

List takes label and field selectors, and returns the list of Outputs that match those selectors.

func (*FakeOutputs) Patch

func (c *FakeOutputs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Output, err error)

Patch applies the patch and returns the patched output.

func (*FakeOutputs) Update

func (c *FakeOutputs) Update(ctx context.Context, output *v1alpha1.Output, opts v1.UpdateOptions) (result *v1alpha1.Output, err error)

Update takes the representation of a output and updates it. Returns the server's representation of the output, and an error, if there is any.

func (*FakeOutputs) UpdateStatus

func (c *FakeOutputs) UpdateStatus(ctx context.Context, output *v1alpha1.Output, opts v1.UpdateOptions) (*v1alpha1.Output, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeOutputs) Watch

func (c *FakeOutputs) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested outputs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL