fake

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 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 FakeCatalogV1alpha1

type FakeCatalogV1alpha1 struct {
	*testing.Fake
}

func (*FakeCatalogV1alpha1) DruidVersions added in v0.41.0

func (*FakeCatalogV1alpha1) ElasticsearchVersions

func (c *FakeCatalogV1alpha1) ElasticsearchVersions() v1alpha1.ElasticsearchVersionInterface

func (*FakeCatalogV1alpha1) EtcdVersions

func (*FakeCatalogV1alpha1) FerretDBVersions added in v0.41.0

func (*FakeCatalogV1alpha1) KafkaConnectorVersions added in v0.41.0

func (c *FakeCatalogV1alpha1) KafkaConnectorVersions() v1alpha1.KafkaConnectorVersionInterface

func (*FakeCatalogV1alpha1) KafkaVersions added in v0.30.0

func (*FakeCatalogV1alpha1) MariaDBVersions

func (*FakeCatalogV1alpha1) MemcachedVersions

func (*FakeCatalogV1alpha1) MongoDBVersions

func (*FakeCatalogV1alpha1) MySQLVersions

func (*FakeCatalogV1alpha1) PerconaXtraDBVersions

func (c *FakeCatalogV1alpha1) PerconaXtraDBVersions() v1alpha1.PerconaXtraDBVersionInterface

func (*FakeCatalogV1alpha1) PgBouncerVersions

func (*FakeCatalogV1alpha1) PgpoolVersions added in v0.41.0

func (*FakeCatalogV1alpha1) PostgresVersions

func (*FakeCatalogV1alpha1) ProxySQLVersions

func (*FakeCatalogV1alpha1) RESTClient

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

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

func (*FakeCatalogV1alpha1) RabbitMQVersions added in v0.41.0

func (*FakeCatalogV1alpha1) RedisVersions

func (*FakeCatalogV1alpha1) SinglestoreVersions added in v0.41.0

func (c *FakeCatalogV1alpha1) SinglestoreVersions() v1alpha1.SinglestoreVersionInterface

func (*FakeCatalogV1alpha1) SolrVersions added in v0.41.0

func (*FakeCatalogV1alpha1) ZooKeeperVersions added in v0.41.0

type FakeDruidVersions added in v0.41.0

type FakeDruidVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeDruidVersions implements DruidVersionInterface

func (*FakeDruidVersions) Create added in v0.41.0

func (c *FakeDruidVersions) Create(ctx context.Context, druidVersion *v1alpha1.DruidVersion, opts v1.CreateOptions) (result *v1alpha1.DruidVersion, err error)

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

func (*FakeDruidVersions) Delete added in v0.41.0

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

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

func (*FakeDruidVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeDruidVersions) Get added in v0.41.0

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

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

func (*FakeDruidVersions) List added in v0.41.0

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

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

func (*FakeDruidVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched druidVersion.

func (*FakeDruidVersions) Update added in v0.41.0

func (c *FakeDruidVersions) Update(ctx context.Context, druidVersion *v1alpha1.DruidVersion, opts v1.UpdateOptions) (result *v1alpha1.DruidVersion, err error)

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

func (*FakeDruidVersions) Watch added in v0.41.0

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

type FakeElasticsearchVersions

type FakeElasticsearchVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeElasticsearchVersions implements ElasticsearchVersionInterface

func (*FakeElasticsearchVersions) Create

func (c *FakeElasticsearchVersions) Create(ctx context.Context, elasticsearchVersion *v1alpha1.ElasticsearchVersion, opts v1.CreateOptions) (result *v1alpha1.ElasticsearchVersion, err error)

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

func (*FakeElasticsearchVersions) Delete

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

func (*FakeElasticsearchVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeElasticsearchVersions) Get

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

func (*FakeElasticsearchVersions) List

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

func (*FakeElasticsearchVersions) Patch

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

Patch applies the patch and returns the patched elasticsearchVersion.

func (*FakeElasticsearchVersions) Update

func (c *FakeElasticsearchVersions) Update(ctx context.Context, elasticsearchVersion *v1alpha1.ElasticsearchVersion, opts v1.UpdateOptions) (result *v1alpha1.ElasticsearchVersion, err error)

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

func (*FakeElasticsearchVersions) Watch

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

type FakeEtcdVersions

type FakeEtcdVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeEtcdVersions implements EtcdVersionInterface

func (*FakeEtcdVersions) Create

func (c *FakeEtcdVersions) Create(ctx context.Context, etcdVersion *v1alpha1.EtcdVersion, opts v1.CreateOptions) (result *v1alpha1.EtcdVersion, err error)

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

func (*FakeEtcdVersions) Delete

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

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

func (*FakeEtcdVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeEtcdVersions) Get

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

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

func (*FakeEtcdVersions) List

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

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

func (*FakeEtcdVersions) Patch

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

Patch applies the patch and returns the patched etcdVersion.

func (*FakeEtcdVersions) Update

func (c *FakeEtcdVersions) Update(ctx context.Context, etcdVersion *v1alpha1.EtcdVersion, opts v1.UpdateOptions) (result *v1alpha1.EtcdVersion, err error)

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

func (*FakeEtcdVersions) Watch

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

type FakeFerretDBVersions added in v0.41.0

type FakeFerretDBVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeFerretDBVersions implements FerretDBVersionInterface

func (*FakeFerretDBVersions) Create added in v0.41.0

func (c *FakeFerretDBVersions) Create(ctx context.Context, ferretDBVersion *v1alpha1.FerretDBVersion, opts v1.CreateOptions) (result *v1alpha1.FerretDBVersion, err error)

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

func (*FakeFerretDBVersions) Delete added in v0.41.0

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

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

func (*FakeFerretDBVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFerretDBVersions) Get added in v0.41.0

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

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

func (*FakeFerretDBVersions) List added in v0.41.0

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

func (*FakeFerretDBVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched ferretDBVersion.

func (*FakeFerretDBVersions) Update added in v0.41.0

func (c *FakeFerretDBVersions) Update(ctx context.Context, ferretDBVersion *v1alpha1.FerretDBVersion, opts v1.UpdateOptions) (result *v1alpha1.FerretDBVersion, err error)

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

func (*FakeFerretDBVersions) Watch added in v0.41.0

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

type FakeKafkaConnectorVersions added in v0.41.0

type FakeKafkaConnectorVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeKafkaConnectorVersions implements KafkaConnectorVersionInterface

func (*FakeKafkaConnectorVersions) Create added in v0.41.0

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

func (*FakeKafkaConnectorVersions) Delete added in v0.41.0

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

func (*FakeKafkaConnectorVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeKafkaConnectorVersions) Get added in v0.41.0

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

func (*FakeKafkaConnectorVersions) List added in v0.41.0

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

func (*FakeKafkaConnectorVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched kafkaConnectorVersion.

func (*FakeKafkaConnectorVersions) Update added in v0.41.0

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

func (*FakeKafkaConnectorVersions) Watch added in v0.41.0

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

type FakeKafkaVersions added in v0.30.0

type FakeKafkaVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeKafkaVersions implements KafkaVersionInterface

func (*FakeKafkaVersions) Create added in v0.30.0

func (c *FakeKafkaVersions) Create(ctx context.Context, kafkaVersion *v1alpha1.KafkaVersion, opts v1.CreateOptions) (result *v1alpha1.KafkaVersion, err error)

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

func (*FakeKafkaVersions) Delete added in v0.30.0

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

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

func (*FakeKafkaVersions) DeleteCollection added in v0.30.0

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

DeleteCollection deletes a collection of objects.

func (*FakeKafkaVersions) Get added in v0.30.0

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

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

func (*FakeKafkaVersions) List added in v0.30.0

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

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

func (*FakeKafkaVersions) Patch added in v0.30.0

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

Patch applies the patch and returns the patched kafkaVersion.

func (*FakeKafkaVersions) Update added in v0.30.0

func (c *FakeKafkaVersions) Update(ctx context.Context, kafkaVersion *v1alpha1.KafkaVersion, opts v1.UpdateOptions) (result *v1alpha1.KafkaVersion, err error)

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

func (*FakeKafkaVersions) Watch added in v0.30.0

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

type FakeMariaDBVersions

type FakeMariaDBVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeMariaDBVersions implements MariaDBVersionInterface

func (*FakeMariaDBVersions) Create

func (c *FakeMariaDBVersions) Create(ctx context.Context, mariaDBVersion *v1alpha1.MariaDBVersion, opts v1.CreateOptions) (result *v1alpha1.MariaDBVersion, err error)

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

func (*FakeMariaDBVersions) Delete

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

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

func (*FakeMariaDBVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMariaDBVersions) Get

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

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

func (*FakeMariaDBVersions) List

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

func (*FakeMariaDBVersions) Patch

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

Patch applies the patch and returns the patched mariaDBVersion.

func (*FakeMariaDBVersions) Update

func (c *FakeMariaDBVersions) Update(ctx context.Context, mariaDBVersion *v1alpha1.MariaDBVersion, opts v1.UpdateOptions) (result *v1alpha1.MariaDBVersion, err error)

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

func (*FakeMariaDBVersions) Watch

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

type FakeMemcachedVersions

type FakeMemcachedVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeMemcachedVersions implements MemcachedVersionInterface

func (*FakeMemcachedVersions) Create

func (c *FakeMemcachedVersions) Create(ctx context.Context, memcachedVersion *v1alpha1.MemcachedVersion, opts v1.CreateOptions) (result *v1alpha1.MemcachedVersion, err error)

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

func (*FakeMemcachedVersions) Delete

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

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

func (*FakeMemcachedVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMemcachedVersions) Get

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

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

func (*FakeMemcachedVersions) List

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

func (*FakeMemcachedVersions) Patch

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

Patch applies the patch and returns the patched memcachedVersion.

func (*FakeMemcachedVersions) Update

func (c *FakeMemcachedVersions) Update(ctx context.Context, memcachedVersion *v1alpha1.MemcachedVersion, opts v1.UpdateOptions) (result *v1alpha1.MemcachedVersion, err error)

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

func (*FakeMemcachedVersions) Watch

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

type FakeMongoDBVersions

type FakeMongoDBVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeMongoDBVersions implements MongoDBVersionInterface

func (*FakeMongoDBVersions) Create

func (c *FakeMongoDBVersions) Create(ctx context.Context, mongoDBVersion *v1alpha1.MongoDBVersion, opts v1.CreateOptions) (result *v1alpha1.MongoDBVersion, err error)

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

func (*FakeMongoDBVersions) Delete

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

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

func (*FakeMongoDBVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMongoDBVersions) Get

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

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

func (*FakeMongoDBVersions) List

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

func (*FakeMongoDBVersions) Patch

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

Patch applies the patch and returns the patched mongoDBVersion.

func (*FakeMongoDBVersions) Update

func (c *FakeMongoDBVersions) Update(ctx context.Context, mongoDBVersion *v1alpha1.MongoDBVersion, opts v1.UpdateOptions) (result *v1alpha1.MongoDBVersion, err error)

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

func (*FakeMongoDBVersions) Watch

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

type FakeMySQLVersions

type FakeMySQLVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeMySQLVersions implements MySQLVersionInterface

func (*FakeMySQLVersions) Create

func (c *FakeMySQLVersions) Create(ctx context.Context, mySQLVersion *v1alpha1.MySQLVersion, opts v1.CreateOptions) (result *v1alpha1.MySQLVersion, err error)

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

func (*FakeMySQLVersions) Delete

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

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

func (*FakeMySQLVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeMySQLVersions) Get

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

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

func (*FakeMySQLVersions) List

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

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

func (*FakeMySQLVersions) Patch

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

Patch applies the patch and returns the patched mySQLVersion.

func (*FakeMySQLVersions) Update

func (c *FakeMySQLVersions) Update(ctx context.Context, mySQLVersion *v1alpha1.MySQLVersion, opts v1.UpdateOptions) (result *v1alpha1.MySQLVersion, err error)

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

func (*FakeMySQLVersions) Watch

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

type FakePerconaXtraDBVersions

type FakePerconaXtraDBVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakePerconaXtraDBVersions implements PerconaXtraDBVersionInterface

func (*FakePerconaXtraDBVersions) Create

func (c *FakePerconaXtraDBVersions) Create(ctx context.Context, perconaXtraDBVersion *v1alpha1.PerconaXtraDBVersion, opts v1.CreateOptions) (result *v1alpha1.PerconaXtraDBVersion, err error)

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

func (*FakePerconaXtraDBVersions) Delete

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

func (*FakePerconaXtraDBVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePerconaXtraDBVersions) Get

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

func (*FakePerconaXtraDBVersions) List

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

func (*FakePerconaXtraDBVersions) Patch

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

Patch applies the patch and returns the patched perconaXtraDBVersion.

func (*FakePerconaXtraDBVersions) Update

func (c *FakePerconaXtraDBVersions) Update(ctx context.Context, perconaXtraDBVersion *v1alpha1.PerconaXtraDBVersion, opts v1.UpdateOptions) (result *v1alpha1.PerconaXtraDBVersion, err error)

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

func (*FakePerconaXtraDBVersions) Watch

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

type FakePgBouncerVersions

type FakePgBouncerVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakePgBouncerVersions implements PgBouncerVersionInterface

func (*FakePgBouncerVersions) Create

func (c *FakePgBouncerVersions) Create(ctx context.Context, pgBouncerVersion *v1alpha1.PgBouncerVersion, opts v1.CreateOptions) (result *v1alpha1.PgBouncerVersion, err error)

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

func (*FakePgBouncerVersions) Delete

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

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

func (*FakePgBouncerVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePgBouncerVersions) Get

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

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

func (*FakePgBouncerVersions) List

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

func (*FakePgBouncerVersions) Patch

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

Patch applies the patch and returns the patched pgBouncerVersion.

func (*FakePgBouncerVersions) Update

func (c *FakePgBouncerVersions) Update(ctx context.Context, pgBouncerVersion *v1alpha1.PgBouncerVersion, opts v1.UpdateOptions) (result *v1alpha1.PgBouncerVersion, err error)

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

func (*FakePgBouncerVersions) Watch

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

type FakePgpoolVersions added in v0.41.0

type FakePgpoolVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakePgpoolVersions implements PgpoolVersionInterface

func (*FakePgpoolVersions) Create added in v0.41.0

func (c *FakePgpoolVersions) Create(ctx context.Context, pgpoolVersion *v1alpha1.PgpoolVersion, opts v1.CreateOptions) (result *v1alpha1.PgpoolVersion, err error)

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

func (*FakePgpoolVersions) Delete added in v0.41.0

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

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

func (*FakePgpoolVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakePgpoolVersions) Get added in v0.41.0

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

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

func (*FakePgpoolVersions) List added in v0.41.0

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

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

func (*FakePgpoolVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched pgpoolVersion.

func (*FakePgpoolVersions) Update added in v0.41.0

func (c *FakePgpoolVersions) Update(ctx context.Context, pgpoolVersion *v1alpha1.PgpoolVersion, opts v1.UpdateOptions) (result *v1alpha1.PgpoolVersion, err error)

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

func (*FakePgpoolVersions) Watch added in v0.41.0

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

type FakePostgresVersions

type FakePostgresVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakePostgresVersions implements PostgresVersionInterface

func (*FakePostgresVersions) Create

func (c *FakePostgresVersions) Create(ctx context.Context, postgresVersion *v1alpha1.PostgresVersion, opts v1.CreateOptions) (result *v1alpha1.PostgresVersion, err error)

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

func (*FakePostgresVersions) Delete

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

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

func (*FakePostgresVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePostgresVersions) Get

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

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

func (*FakePostgresVersions) List

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

func (*FakePostgresVersions) Patch

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

Patch applies the patch and returns the patched postgresVersion.

func (*FakePostgresVersions) Update

func (c *FakePostgresVersions) Update(ctx context.Context, postgresVersion *v1alpha1.PostgresVersion, opts v1.UpdateOptions) (result *v1alpha1.PostgresVersion, err error)

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

func (*FakePostgresVersions) Watch

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

type FakeProxySQLVersions

type FakeProxySQLVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeProxySQLVersions implements ProxySQLVersionInterface

func (*FakeProxySQLVersions) Create

func (c *FakeProxySQLVersions) Create(ctx context.Context, proxySQLVersion *v1alpha1.ProxySQLVersion, opts v1.CreateOptions) (result *v1alpha1.ProxySQLVersion, err error)

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

func (*FakeProxySQLVersions) Delete

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

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

func (*FakeProxySQLVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProxySQLVersions) Get

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

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

func (*FakeProxySQLVersions) List

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

func (*FakeProxySQLVersions) Patch

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

Patch applies the patch and returns the patched proxySQLVersion.

func (*FakeProxySQLVersions) Update

func (c *FakeProxySQLVersions) Update(ctx context.Context, proxySQLVersion *v1alpha1.ProxySQLVersion, opts v1.UpdateOptions) (result *v1alpha1.ProxySQLVersion, err error)

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

func (*FakeProxySQLVersions) Watch

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

type FakeRabbitMQVersions added in v0.41.0

type FakeRabbitMQVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeRabbitMQVersions implements RabbitMQVersionInterface

func (*FakeRabbitMQVersions) Create added in v0.41.0

func (c *FakeRabbitMQVersions) Create(ctx context.Context, rabbitMQVersion *v1alpha1.RabbitMQVersion, opts v1.CreateOptions) (result *v1alpha1.RabbitMQVersion, err error)

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

func (*FakeRabbitMQVersions) Delete added in v0.41.0

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

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

func (*FakeRabbitMQVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeRabbitMQVersions) Get added in v0.41.0

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

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

func (*FakeRabbitMQVersions) List added in v0.41.0

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

func (*FakeRabbitMQVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched rabbitMQVersion.

func (*FakeRabbitMQVersions) Update added in v0.41.0

func (c *FakeRabbitMQVersions) Update(ctx context.Context, rabbitMQVersion *v1alpha1.RabbitMQVersion, opts v1.UpdateOptions) (result *v1alpha1.RabbitMQVersion, err error)

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

func (*FakeRabbitMQVersions) Watch added in v0.41.0

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

type FakeRedisVersions

type FakeRedisVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeRedisVersions implements RedisVersionInterface

func (*FakeRedisVersions) Create

func (c *FakeRedisVersions) Create(ctx context.Context, redisVersion *v1alpha1.RedisVersion, opts v1.CreateOptions) (result *v1alpha1.RedisVersion, err error)

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

func (*FakeRedisVersions) Delete

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

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

func (*FakeRedisVersions) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRedisVersions) Get

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

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

func (*FakeRedisVersions) List

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

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

func (*FakeRedisVersions) Patch

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

Patch applies the patch and returns the patched redisVersion.

func (*FakeRedisVersions) Update

func (c *FakeRedisVersions) Update(ctx context.Context, redisVersion *v1alpha1.RedisVersion, opts v1.UpdateOptions) (result *v1alpha1.RedisVersion, err error)

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

func (*FakeRedisVersions) Watch

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

type FakeSinglestoreVersions added in v0.41.0

type FakeSinglestoreVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeSinglestoreVersions implements SinglestoreVersionInterface

func (*FakeSinglestoreVersions) Create added in v0.41.0

func (c *FakeSinglestoreVersions) Create(ctx context.Context, singlestoreVersion *v1alpha1.SinglestoreVersion, opts v1.CreateOptions) (result *v1alpha1.SinglestoreVersion, err error)

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

func (*FakeSinglestoreVersions) Delete added in v0.41.0

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

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

func (*FakeSinglestoreVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeSinglestoreVersions) Get added in v0.41.0

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

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

func (*FakeSinglestoreVersions) List added in v0.41.0

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

func (*FakeSinglestoreVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched singlestoreVersion.

func (*FakeSinglestoreVersions) Update added in v0.41.0

func (c *FakeSinglestoreVersions) Update(ctx context.Context, singlestoreVersion *v1alpha1.SinglestoreVersion, opts v1.UpdateOptions) (result *v1alpha1.SinglestoreVersion, err error)

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

func (*FakeSinglestoreVersions) Watch added in v0.41.0

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

type FakeSolrVersions added in v0.41.0

type FakeSolrVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeSolrVersions implements SolrVersionInterface

func (*FakeSolrVersions) Create added in v0.41.0

func (c *FakeSolrVersions) Create(ctx context.Context, solrVersion *v1alpha1.SolrVersion, opts v1.CreateOptions) (result *v1alpha1.SolrVersion, err error)

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

func (*FakeSolrVersions) Delete added in v0.41.0

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

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

func (*FakeSolrVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeSolrVersions) Get added in v0.41.0

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

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

func (*FakeSolrVersions) List added in v0.41.0

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

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

func (*FakeSolrVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched solrVersion.

func (*FakeSolrVersions) Update added in v0.41.0

func (c *FakeSolrVersions) Update(ctx context.Context, solrVersion *v1alpha1.SolrVersion, opts v1.UpdateOptions) (result *v1alpha1.SolrVersion, err error)

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

func (*FakeSolrVersions) Watch added in v0.41.0

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

type FakeZooKeeperVersions added in v0.41.0

type FakeZooKeeperVersions struct {
	Fake *FakeCatalogV1alpha1
}

FakeZooKeeperVersions implements ZooKeeperVersionInterface

func (*FakeZooKeeperVersions) Create added in v0.41.0

func (c *FakeZooKeeperVersions) Create(ctx context.Context, zooKeeperVersion *v1alpha1.ZooKeeperVersion, opts v1.CreateOptions) (result *v1alpha1.ZooKeeperVersion, err error)

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

func (*FakeZooKeeperVersions) Delete added in v0.41.0

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

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

func (*FakeZooKeeperVersions) DeleteCollection added in v0.41.0

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

DeleteCollection deletes a collection of objects.

func (*FakeZooKeeperVersions) Get added in v0.41.0

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

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

func (*FakeZooKeeperVersions) List added in v0.41.0

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

func (*FakeZooKeeperVersions) Patch added in v0.41.0

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

Patch applies the patch and returns the patched zooKeeperVersion.

func (*FakeZooKeeperVersions) Update added in v0.41.0

func (c *FakeZooKeeperVersions) Update(ctx context.Context, zooKeeperVersion *v1alpha1.ZooKeeperVersion, opts v1.UpdateOptions) (result *v1alpha1.ZooKeeperVersion, err error)

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

func (*FakeZooKeeperVersions) Watch added in v0.41.0

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

Jump to

Keyboard shortcuts

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