mock

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Namespace string
	Objects   []*mysqlv1beta1.Database
}

Client for mocking Database client.

func (*Client) Create

func (c *Client) Create(database *mysqlv1beta1.Database) (*mysqlv1beta1.Database, error)

Create a Database.

func (*Client) Delete

func (c *Client) Delete(name string, options *metav1.DeleteOptions) error

Delete a Database.

func (*Client) Exists

func (c *Client) Exists(name string, opts metav1.GetOptions) (bool, error)

Exists checks if a Database is present.

func (*Client) Get

func (c *Client) Get(name string, opts metav1.GetOptions) (*mysqlv1beta1.Database, error)

Get a Database.

func (*Client) List

List a Database.

func (*Client) Update

func (c *Client) Update(database *mysqlv1beta1.Database) (*mysqlv1beta1.Database, error)

Update a Database.

func (*Client) Watch

func (c *Client) Watch(opts metav1.ListOptions) (watch.Interface, error)

Watch for Database object changes.

Jump to

Keyboard shortcuts

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