fake

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 9 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 FakeBackupBuckets

type FakeBackupBuckets struct {
	Fake *FakeExtensionsV1alpha1
}

FakeBackupBuckets implements BackupBucketInterface

func (*FakeBackupBuckets) Create

func (c *FakeBackupBuckets) Create(backupBucket *v1alpha1.BackupBucket) (result *v1alpha1.BackupBucket, err error)

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

func (*FakeBackupBuckets) Delete

func (c *FakeBackupBuckets) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeBackupBuckets) DeleteCollection

func (c *FakeBackupBuckets) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeBackupBuckets) Get

func (c *FakeBackupBuckets) Get(name string, options v1.GetOptions) (result *v1alpha1.BackupBucket, err error)

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

func (*FakeBackupBuckets) List

func (c *FakeBackupBuckets) List(opts v1.ListOptions) (result *v1alpha1.BackupBucketList, err error)

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

func (*FakeBackupBuckets) Patch

func (c *FakeBackupBuckets) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.BackupBucket, err error)

Patch applies the patch and returns the patched backupBucket.

func (*FakeBackupBuckets) Update

func (c *FakeBackupBuckets) Update(backupBucket *v1alpha1.BackupBucket) (result *v1alpha1.BackupBucket, err error)

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

func (*FakeBackupBuckets) UpdateStatus

func (c *FakeBackupBuckets) UpdateStatus(backupBucket *v1alpha1.BackupBucket) (*v1alpha1.BackupBucket, error)

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

func (*FakeBackupBuckets) Watch

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

type FakeBackupEntries

type FakeBackupEntries struct {
	Fake *FakeExtensionsV1alpha1
}

FakeBackupEntries implements BackupEntryInterface

func (*FakeBackupEntries) Create

func (c *FakeBackupEntries) Create(backupEntry *v1alpha1.BackupEntry) (result *v1alpha1.BackupEntry, err error)

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

func (*FakeBackupEntries) Delete

func (c *FakeBackupEntries) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeBackupEntries) DeleteCollection

func (c *FakeBackupEntries) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeBackupEntries) Get

func (c *FakeBackupEntries) Get(name string, options v1.GetOptions) (result *v1alpha1.BackupEntry, err error)

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

func (*FakeBackupEntries) List

func (c *FakeBackupEntries) List(opts v1.ListOptions) (result *v1alpha1.BackupEntryList, err error)

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

func (*FakeBackupEntries) Patch

func (c *FakeBackupEntries) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.BackupEntry, err error)

Patch applies the patch and returns the patched backupEntry.

func (*FakeBackupEntries) Update

func (c *FakeBackupEntries) Update(backupEntry *v1alpha1.BackupEntry) (result *v1alpha1.BackupEntry, err error)

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

func (*FakeBackupEntries) UpdateStatus

func (c *FakeBackupEntries) UpdateStatus(backupEntry *v1alpha1.BackupEntry) (*v1alpha1.BackupEntry, error)

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

func (*FakeBackupEntries) Watch

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

type FakeClusters

type FakeClusters struct {
	Fake *FakeExtensionsV1alpha1
}

FakeClusters implements ClusterInterface

func (*FakeClusters) Create

func (c *FakeClusters) Create(cluster *v1alpha1.Cluster) (result *v1alpha1.Cluster, err error)

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

func (*FakeClusters) Delete

func (c *FakeClusters) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeClusters) DeleteCollection

func (c *FakeClusters) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusters) Get

func (c *FakeClusters) Get(name string, options v1.GetOptions) (result *v1alpha1.Cluster, err error)

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

func (*FakeClusters) List

func (c *FakeClusters) List(opts v1.ListOptions) (result *v1alpha1.ClusterList, err error)

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

func (*FakeClusters) Patch

func (c *FakeClusters) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Cluster, err error)

Patch applies the patch and returns the patched cluster.

func (*FakeClusters) Update

func (c *FakeClusters) Update(cluster *v1alpha1.Cluster) (result *v1alpha1.Cluster, err error)

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

func (*FakeClusters) Watch

func (c *FakeClusters) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeContainerRuntimes added in v1.2.0

type FakeContainerRuntimes struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeContainerRuntimes implements ContainerRuntimeInterface

func (*FakeContainerRuntimes) Create added in v1.2.0

func (c *FakeContainerRuntimes) Create(containerRuntime *v1alpha1.ContainerRuntime) (result *v1alpha1.ContainerRuntime, err error)

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

func (*FakeContainerRuntimes) Delete added in v1.2.0

func (c *FakeContainerRuntimes) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeContainerRuntimes) DeleteCollection added in v1.2.0

func (c *FakeContainerRuntimes) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeContainerRuntimes) Get added in v1.2.0

func (c *FakeContainerRuntimes) Get(name string, options v1.GetOptions) (result *v1alpha1.ContainerRuntime, err error)

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

func (*FakeContainerRuntimes) List added in v1.2.0

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

func (*FakeContainerRuntimes) Patch added in v1.2.0

func (c *FakeContainerRuntimes) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ContainerRuntime, err error)

Patch applies the patch and returns the patched containerRuntime.

func (*FakeContainerRuntimes) Update added in v1.2.0

func (c *FakeContainerRuntimes) Update(containerRuntime *v1alpha1.ContainerRuntime) (result *v1alpha1.ContainerRuntime, err error)

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

func (*FakeContainerRuntimes) UpdateStatus added in v1.2.0

func (c *FakeContainerRuntimes) UpdateStatus(containerRuntime *v1alpha1.ContainerRuntime) (*v1alpha1.ContainerRuntime, error)

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

func (*FakeContainerRuntimes) Watch added in v1.2.0

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

type FakeControlPlanes

type FakeControlPlanes struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeControlPlanes implements ControlPlaneInterface

func (*FakeControlPlanes) Create

func (c *FakeControlPlanes) Create(controlPlane *v1alpha1.ControlPlane) (result *v1alpha1.ControlPlane, err error)

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

func (*FakeControlPlanes) Delete

func (c *FakeControlPlanes) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeControlPlanes) DeleteCollection

func (c *FakeControlPlanes) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeControlPlanes) Get

func (c *FakeControlPlanes) Get(name string, options v1.GetOptions) (result *v1alpha1.ControlPlane, err error)

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

func (*FakeControlPlanes) List

func (c *FakeControlPlanes) List(opts v1.ListOptions) (result *v1alpha1.ControlPlaneList, err error)

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

func (*FakeControlPlanes) Patch

func (c *FakeControlPlanes) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ControlPlane, err error)

Patch applies the patch and returns the patched controlPlane.

func (*FakeControlPlanes) Update

func (c *FakeControlPlanes) Update(controlPlane *v1alpha1.ControlPlane) (result *v1alpha1.ControlPlane, err error)

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

func (*FakeControlPlanes) UpdateStatus

func (c *FakeControlPlanes) UpdateStatus(controlPlane *v1alpha1.ControlPlane) (*v1alpha1.ControlPlane, error)

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

func (*FakeControlPlanes) Watch

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

type FakeExtensions

type FakeExtensions struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeExtensions implements ExtensionInterface

func (*FakeExtensions) Create

func (c *FakeExtensions) Create(extension *v1alpha1.Extension) (result *v1alpha1.Extension, err error)

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

func (*FakeExtensions) Delete

func (c *FakeExtensions) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeExtensions) DeleteCollection

func (c *FakeExtensions) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeExtensions) Get

func (c *FakeExtensions) Get(name string, options v1.GetOptions) (result *v1alpha1.Extension, err error)

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

func (*FakeExtensions) List

func (c *FakeExtensions) List(opts v1.ListOptions) (result *v1alpha1.ExtensionList, err error)

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

func (*FakeExtensions) Patch

func (c *FakeExtensions) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Extension, err error)

Patch applies the patch and returns the patched extension.

func (*FakeExtensions) Update

func (c *FakeExtensions) Update(extension *v1alpha1.Extension) (result *v1alpha1.Extension, err error)

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

func (*FakeExtensions) UpdateStatus

func (c *FakeExtensions) UpdateStatus(extension *v1alpha1.Extension) (*v1alpha1.Extension, error)

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

func (*FakeExtensions) Watch

func (c *FakeExtensions) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeExtensionsV1alpha1

type FakeExtensionsV1alpha1 struct {
	*testing.Fake
}

func (*FakeExtensionsV1alpha1) BackupBuckets

func (*FakeExtensionsV1alpha1) BackupEntries

func (*FakeExtensionsV1alpha1) Clusters

func (*FakeExtensionsV1alpha1) ContainerRuntimes added in v1.2.0

func (c *FakeExtensionsV1alpha1) ContainerRuntimes(namespace string) v1alpha1.ContainerRuntimeInterface

func (*FakeExtensionsV1alpha1) ControlPlanes

func (c *FakeExtensionsV1alpha1) ControlPlanes(namespace string) v1alpha1.ControlPlaneInterface

func (*FakeExtensionsV1alpha1) Extensions

func (c *FakeExtensionsV1alpha1) Extensions(namespace string) v1alpha1.ExtensionInterface

func (*FakeExtensionsV1alpha1) Infrastructures

func (c *FakeExtensionsV1alpha1) Infrastructures(namespace string) v1alpha1.InfrastructureInterface

func (*FakeExtensionsV1alpha1) Networks

func (c *FakeExtensionsV1alpha1) Networks(namespace string) v1alpha1.NetworkInterface

func (*FakeExtensionsV1alpha1) OperatingSystemConfigs

func (c *FakeExtensionsV1alpha1) OperatingSystemConfigs(namespace string) v1alpha1.OperatingSystemConfigInterface

func (*FakeExtensionsV1alpha1) RESTClient

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

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

func (*FakeExtensionsV1alpha1) Workers

func (c *FakeExtensionsV1alpha1) Workers(namespace string) v1alpha1.WorkerInterface

type FakeInfrastructures

type FakeInfrastructures struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeInfrastructures implements InfrastructureInterface

func (*FakeInfrastructures) Create

func (c *FakeInfrastructures) Create(infrastructure *v1alpha1.Infrastructure) (result *v1alpha1.Infrastructure, err error)

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

func (*FakeInfrastructures) Delete

func (c *FakeInfrastructures) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeInfrastructures) DeleteCollection

func (c *FakeInfrastructures) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeInfrastructures) Get

func (c *FakeInfrastructures) Get(name string, options v1.GetOptions) (result *v1alpha1.Infrastructure, err error)

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

func (*FakeInfrastructures) List

func (c *FakeInfrastructures) List(opts v1.ListOptions) (result *v1alpha1.InfrastructureList, err error)

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

func (*FakeInfrastructures) Patch

func (c *FakeInfrastructures) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Infrastructure, err error)

Patch applies the patch and returns the patched infrastructure.

func (*FakeInfrastructures) Update

func (c *FakeInfrastructures) Update(infrastructure *v1alpha1.Infrastructure) (result *v1alpha1.Infrastructure, err error)

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

func (*FakeInfrastructures) UpdateStatus

func (c *FakeInfrastructures) UpdateStatus(infrastructure *v1alpha1.Infrastructure) (*v1alpha1.Infrastructure, error)

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

func (*FakeInfrastructures) Watch

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

type FakeNetworks

type FakeNetworks struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeNetworks implements NetworkInterface

func (*FakeNetworks) Create

func (c *FakeNetworks) Create(network *v1alpha1.Network) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) Delete

func (c *FakeNetworks) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeNetworks) DeleteCollection

func (c *FakeNetworks) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeNetworks) Get

func (c *FakeNetworks) Get(name string, options v1.GetOptions) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) List

func (c *FakeNetworks) List(opts v1.ListOptions) (result *v1alpha1.NetworkList, err error)

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

func (*FakeNetworks) Patch

func (c *FakeNetworks) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Network, err error)

Patch applies the patch and returns the patched network.

func (*FakeNetworks) Update

func (c *FakeNetworks) Update(network *v1alpha1.Network) (result *v1alpha1.Network, err error)

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

func (*FakeNetworks) UpdateStatus

func (c *FakeNetworks) UpdateStatus(network *v1alpha1.Network) (*v1alpha1.Network, error)

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

func (*FakeNetworks) Watch

func (c *FakeNetworks) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeOperatingSystemConfigs

type FakeOperatingSystemConfigs struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeOperatingSystemConfigs implements OperatingSystemConfigInterface

func (*FakeOperatingSystemConfigs) Create

func (c *FakeOperatingSystemConfigs) Create(operatingSystemConfig *v1alpha1.OperatingSystemConfig) (result *v1alpha1.OperatingSystemConfig, err error)

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

func (*FakeOperatingSystemConfigs) Delete

func (c *FakeOperatingSystemConfigs) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeOperatingSystemConfigs) DeleteCollection

func (c *FakeOperatingSystemConfigs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeOperatingSystemConfigs) Get

func (c *FakeOperatingSystemConfigs) Get(name string, options v1.GetOptions) (result *v1alpha1.OperatingSystemConfig, err error)

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

func (*FakeOperatingSystemConfigs) List

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

func (*FakeOperatingSystemConfigs) Patch

func (c *FakeOperatingSystemConfigs) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.OperatingSystemConfig, err error)

Patch applies the patch and returns the patched operatingSystemConfig.

func (*FakeOperatingSystemConfigs) Update

func (c *FakeOperatingSystemConfigs) Update(operatingSystemConfig *v1alpha1.OperatingSystemConfig) (result *v1alpha1.OperatingSystemConfig, err error)

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

func (*FakeOperatingSystemConfigs) UpdateStatus

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

func (*FakeOperatingSystemConfigs) Watch

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

type FakeWorkers

type FakeWorkers struct {
	Fake *FakeExtensionsV1alpha1
	// contains filtered or unexported fields
}

FakeWorkers implements WorkerInterface

func (*FakeWorkers) Create

func (c *FakeWorkers) Create(worker *v1alpha1.Worker) (result *v1alpha1.Worker, err error)

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

func (*FakeWorkers) Delete

func (c *FakeWorkers) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeWorkers) DeleteCollection

func (c *FakeWorkers) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeWorkers) Get

func (c *FakeWorkers) Get(name string, options v1.GetOptions) (result *v1alpha1.Worker, err error)

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

func (*FakeWorkers) List

func (c *FakeWorkers) List(opts v1.ListOptions) (result *v1alpha1.WorkerList, err error)

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

func (*FakeWorkers) Patch

func (c *FakeWorkers) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Worker, err error)

Patch applies the patch and returns the patched worker.

func (*FakeWorkers) Update

func (c *FakeWorkers) Update(worker *v1alpha1.Worker) (result *v1alpha1.Worker, err error)

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

func (*FakeWorkers) UpdateStatus

func (c *FakeWorkers) UpdateStatus(worker *v1alpha1.Worker) (*v1alpha1.Worker, error)

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

func (*FakeWorkers) Watch

func (c *FakeWorkers) Watch(opts v1.ListOptions) (watch.Interface, error)

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

Jump to

Keyboard shortcuts

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