fake

package
v0.4.20 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: Apache-2.0 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 FakeAWSClusterConfigs

type FakeAWSClusterConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeAWSClusterConfigs implements AWSClusterConfigInterface

func (*FakeAWSClusterConfigs) Create

func (c *FakeAWSClusterConfigs) Create(aWSClusterConfig *v1alpha1.AWSClusterConfig) (result *v1alpha1.AWSClusterConfig, err error)

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

func (*FakeAWSClusterConfigs) Delete

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

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

func (*FakeAWSClusterConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAWSClusterConfigs) Get

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

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

func (*FakeAWSClusterConfigs) List

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

func (*FakeAWSClusterConfigs) Patch

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

Patch applies the patch and returns the patched aWSClusterConfig.

func (*FakeAWSClusterConfigs) Update

func (c *FakeAWSClusterConfigs) Update(aWSClusterConfig *v1alpha1.AWSClusterConfig) (result *v1alpha1.AWSClusterConfig, err error)

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

func (*FakeAWSClusterConfigs) Watch

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

type FakeAzureClusterConfigs

type FakeAzureClusterConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeAzureClusterConfigs implements AzureClusterConfigInterface

func (*FakeAzureClusterConfigs) Create

func (c *FakeAzureClusterConfigs) Create(azureClusterConfig *v1alpha1.AzureClusterConfig) (result *v1alpha1.AzureClusterConfig, err error)

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

func (*FakeAzureClusterConfigs) Delete

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

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

func (*FakeAzureClusterConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAzureClusterConfigs) Get

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

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

func (*FakeAzureClusterConfigs) List

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

func (*FakeAzureClusterConfigs) Patch

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

Patch applies the patch and returns the patched azureClusterConfig.

func (*FakeAzureClusterConfigs) Update

func (c *FakeAzureClusterConfigs) Update(azureClusterConfig *v1alpha1.AzureClusterConfig) (result *v1alpha1.AzureClusterConfig, err error)

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

func (*FakeAzureClusterConfigs) Watch

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

type FakeCertConfigs

type FakeCertConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeCertConfigs implements CertConfigInterface

func (*FakeCertConfigs) Create

func (c *FakeCertConfigs) Create(certConfig *v1alpha1.CertConfig) (result *v1alpha1.CertConfig, err error)

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

func (*FakeCertConfigs) Delete

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

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

func (*FakeCertConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeCertConfigs) Get

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

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

func (*FakeCertConfigs) List

func (c *FakeCertConfigs) List(opts v1.ListOptions) (result *v1alpha1.CertConfigList, err error)

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

func (*FakeCertConfigs) Patch

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

Patch applies the patch and returns the patched certConfig.

func (*FakeCertConfigs) Update

func (c *FakeCertConfigs) Update(certConfig *v1alpha1.CertConfig) (result *v1alpha1.CertConfig, err error)

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

func (*FakeCertConfigs) Watch

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

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

type FakeChartConfigs

type FakeChartConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeChartConfigs implements ChartConfigInterface

func (*FakeChartConfigs) Create

func (c *FakeChartConfigs) Create(chartConfig *v1alpha1.ChartConfig) (result *v1alpha1.ChartConfig, err error)

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

func (*FakeChartConfigs) Delete

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

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

func (*FakeChartConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChartConfigs) Get

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

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

func (*FakeChartConfigs) List

func (c *FakeChartConfigs) List(opts v1.ListOptions) (result *v1alpha1.ChartConfigList, err error)

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

func (*FakeChartConfigs) Patch

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

Patch applies the patch and returns the patched chartConfig.

func (*FakeChartConfigs) Update

func (c *FakeChartConfigs) Update(chartConfig *v1alpha1.ChartConfig) (result *v1alpha1.ChartConfig, err error)

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

func (*FakeChartConfigs) UpdateStatus

func (c *FakeChartConfigs) UpdateStatus(chartConfig *v1alpha1.ChartConfig) (*v1alpha1.ChartConfig, error)

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

func (*FakeChartConfigs) Watch

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

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

type FakeCoreV1alpha1

type FakeCoreV1alpha1 struct {
	*testing.Fake
}

func (*FakeCoreV1alpha1) AWSClusterConfigs

func (c *FakeCoreV1alpha1) AWSClusterConfigs(namespace string) v1alpha1.AWSClusterConfigInterface

func (*FakeCoreV1alpha1) AzureClusterConfigs

func (c *FakeCoreV1alpha1) AzureClusterConfigs(namespace string) v1alpha1.AzureClusterConfigInterface

func (*FakeCoreV1alpha1) CertConfigs

func (c *FakeCoreV1alpha1) CertConfigs(namespace string) v1alpha1.CertConfigInterface

func (*FakeCoreV1alpha1) ChartConfigs

func (c *FakeCoreV1alpha1) ChartConfigs(namespace string) v1alpha1.ChartConfigInterface

func (*FakeCoreV1alpha1) DrainerConfigs

func (c *FakeCoreV1alpha1) DrainerConfigs(namespace string) v1alpha1.DrainerConfigInterface

func (*FakeCoreV1alpha1) FlannelConfigs

func (c *FakeCoreV1alpha1) FlannelConfigs(namespace string) v1alpha1.FlannelConfigInterface

func (*FakeCoreV1alpha1) Ignitions

func (c *FakeCoreV1alpha1) Ignitions(namespace string) v1alpha1.IgnitionInterface

func (*FakeCoreV1alpha1) KVMClusterConfigs

func (c *FakeCoreV1alpha1) KVMClusterConfigs(namespace string) v1alpha1.KVMClusterConfigInterface

func (*FakeCoreV1alpha1) RESTClient

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

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

func (*FakeCoreV1alpha1) Sparks added in v0.4.19

func (c *FakeCoreV1alpha1) Sparks(namespace string) v1alpha1.SparkInterface

func (*FakeCoreV1alpha1) StorageConfigs

func (c *FakeCoreV1alpha1) StorageConfigs(namespace string) v1alpha1.StorageConfigInterface

type FakeDrainerConfigs

type FakeDrainerConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeDrainerConfigs implements DrainerConfigInterface

func (*FakeDrainerConfigs) Create

func (c *FakeDrainerConfigs) Create(drainerConfig *v1alpha1.DrainerConfig) (result *v1alpha1.DrainerConfig, err error)

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

func (*FakeDrainerConfigs) Delete

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

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

func (*FakeDrainerConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDrainerConfigs) Get

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

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

func (*FakeDrainerConfigs) List

func (c *FakeDrainerConfigs) List(opts v1.ListOptions) (result *v1alpha1.DrainerConfigList, err error)

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

func (*FakeDrainerConfigs) Patch

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

Patch applies the patch and returns the patched drainerConfig.

func (*FakeDrainerConfigs) Update

func (c *FakeDrainerConfigs) Update(drainerConfig *v1alpha1.DrainerConfig) (result *v1alpha1.DrainerConfig, err error)

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

func (*FakeDrainerConfigs) UpdateStatus

func (c *FakeDrainerConfigs) UpdateStatus(drainerConfig *v1alpha1.DrainerConfig) (*v1alpha1.DrainerConfig, error)

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

func (*FakeDrainerConfigs) Watch

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

type FakeFlannelConfigs

type FakeFlannelConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeFlannelConfigs implements FlannelConfigInterface

func (*FakeFlannelConfigs) Create

func (c *FakeFlannelConfigs) Create(flannelConfig *v1alpha1.FlannelConfig) (result *v1alpha1.FlannelConfig, err error)

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

func (*FakeFlannelConfigs) Delete

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

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

func (*FakeFlannelConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFlannelConfigs) Get

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

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

func (*FakeFlannelConfigs) List

func (c *FakeFlannelConfigs) List(opts v1.ListOptions) (result *v1alpha1.FlannelConfigList, err error)

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

func (*FakeFlannelConfigs) Patch

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

Patch applies the patch and returns the patched flannelConfig.

func (*FakeFlannelConfigs) Update

func (c *FakeFlannelConfigs) Update(flannelConfig *v1alpha1.FlannelConfig) (result *v1alpha1.FlannelConfig, err error)

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

func (*FakeFlannelConfigs) Watch

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

type FakeIgnitions

type FakeIgnitions struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeIgnitions implements IgnitionInterface

func (*FakeIgnitions) Create

func (c *FakeIgnitions) Create(ignition *v1alpha1.Ignition) (result *v1alpha1.Ignition, err error)

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

func (*FakeIgnitions) Delete

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

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

func (*FakeIgnitions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIgnitions) Get

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

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

func (*FakeIgnitions) List

func (c *FakeIgnitions) List(opts v1.ListOptions) (result *v1alpha1.IgnitionList, err error)

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

func (*FakeIgnitions) Patch

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

Patch applies the patch and returns the patched ignition.

func (*FakeIgnitions) Update

func (c *FakeIgnitions) Update(ignition *v1alpha1.Ignition) (result *v1alpha1.Ignition, err error)

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

func (*FakeIgnitions) UpdateStatus

func (c *FakeIgnitions) UpdateStatus(ignition *v1alpha1.Ignition) (*v1alpha1.Ignition, error)

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

func (*FakeIgnitions) Watch

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

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

type FakeKVMClusterConfigs

type FakeKVMClusterConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeKVMClusterConfigs implements KVMClusterConfigInterface

func (*FakeKVMClusterConfigs) Create

func (c *FakeKVMClusterConfigs) Create(kVMClusterConfig *v1alpha1.KVMClusterConfig) (result *v1alpha1.KVMClusterConfig, err error)

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

func (*FakeKVMClusterConfigs) Delete

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

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

func (*FakeKVMClusterConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeKVMClusterConfigs) Get

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

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

func (*FakeKVMClusterConfigs) List

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

func (*FakeKVMClusterConfigs) Patch

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

Patch applies the patch and returns the patched kVMClusterConfig.

func (*FakeKVMClusterConfigs) Update

func (c *FakeKVMClusterConfigs) Update(kVMClusterConfig *v1alpha1.KVMClusterConfig) (result *v1alpha1.KVMClusterConfig, err error)

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

func (*FakeKVMClusterConfigs) Watch

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

type FakeSparks added in v0.4.19

type FakeSparks struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeSparks implements SparkInterface

func (*FakeSparks) Create added in v0.4.19

func (c *FakeSparks) Create(spark *v1alpha1.Spark) (result *v1alpha1.Spark, err error)

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

func (*FakeSparks) Delete added in v0.4.19

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

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

func (*FakeSparks) DeleteCollection added in v0.4.19

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

DeleteCollection deletes a collection of objects.

func (*FakeSparks) Get added in v0.4.19

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

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

func (*FakeSparks) List added in v0.4.19

func (c *FakeSparks) List(opts v1.ListOptions) (result *v1alpha1.SparkList, err error)

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

func (*FakeSparks) Patch added in v0.4.19

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

Patch applies the patch and returns the patched spark.

func (*FakeSparks) Update added in v0.4.19

func (c *FakeSparks) Update(spark *v1alpha1.Spark) (result *v1alpha1.Spark, err error)

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

func (*FakeSparks) UpdateStatus added in v0.4.19

func (c *FakeSparks) UpdateStatus(spark *v1alpha1.Spark) (*v1alpha1.Spark, error)

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

func (*FakeSparks) Watch added in v0.4.19

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

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

type FakeStorageConfigs

type FakeStorageConfigs struct {
	Fake *FakeCoreV1alpha1
	// contains filtered or unexported fields
}

FakeStorageConfigs implements StorageConfigInterface

func (*FakeStorageConfigs) Create

func (c *FakeStorageConfigs) Create(storageConfig *v1alpha1.StorageConfig) (result *v1alpha1.StorageConfig, err error)

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

func (*FakeStorageConfigs) Delete

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

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

func (*FakeStorageConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeStorageConfigs) Get

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

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

func (*FakeStorageConfigs) List

func (c *FakeStorageConfigs) List(opts v1.ListOptions) (result *v1alpha1.StorageConfigList, err error)

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

func (*FakeStorageConfigs) Patch

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

Patch applies the patch and returns the patched storageConfig.

func (*FakeStorageConfigs) Update

func (c *FakeStorageConfigs) Update(storageConfig *v1alpha1.StorageConfig) (result *v1alpha1.StorageConfig, err error)

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

func (*FakeStorageConfigs) Watch

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

Jump to

Keyboard shortcuts

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