v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatabaseLogicalDatabaseExpansion

type DatabaseLogicalDatabaseExpansion interface{}

type DatabaseLogicalDatabaseInterface

type DatabaseLogicalDatabaseInterface interface {
	Create(ctx context.Context, databaseLogicalDatabase *v1alpha1.DatabaseLogicalDatabase, opts v1.CreateOptions) (*v1alpha1.DatabaseLogicalDatabase, error)
	Update(ctx context.Context, databaseLogicalDatabase *v1alpha1.DatabaseLogicalDatabase, opts v1.UpdateOptions) (*v1alpha1.DatabaseLogicalDatabase, error)
	UpdateStatus(ctx context.Context, databaseLogicalDatabase *v1alpha1.DatabaseLogicalDatabase, opts v1.UpdateOptions) (*v1alpha1.DatabaseLogicalDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabaseLogicalDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseLogicalDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabaseLogicalDatabase, err error)
	DatabaseLogicalDatabaseExpansion
}

DatabaseLogicalDatabaseInterface has methods to work with DatabaseLogicalDatabase resources.

type DatabaseLogicalDatabasesGetter

type DatabaseLogicalDatabasesGetter interface {
	DatabaseLogicalDatabases(namespace string) DatabaseLogicalDatabaseInterface
}

DatabaseLogicalDatabasesGetter has a method to return a DatabaseLogicalDatabaseInterface. A group's client should implement this interface.

type DatabaseMysqlExpansion

type DatabaseMysqlExpansion interface{}

type DatabaseMysqlInterface

type DatabaseMysqlInterface interface {
	Create(ctx context.Context, databaseMysql *v1alpha1.DatabaseMysql, opts v1.CreateOptions) (*v1alpha1.DatabaseMysql, error)
	Update(ctx context.Context, databaseMysql *v1alpha1.DatabaseMysql, opts v1.UpdateOptions) (*v1alpha1.DatabaseMysql, error)
	UpdateStatus(ctx context.Context, databaseMysql *v1alpha1.DatabaseMysql, opts v1.UpdateOptions) (*v1alpha1.DatabaseMysql, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabaseMysql, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseMysqlList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabaseMysql, err error)
	DatabaseMysqlExpansion
}

DatabaseMysqlInterface has methods to work with DatabaseMysql resources.

type DatabaseMysqlsGetter

type DatabaseMysqlsGetter interface {
	DatabaseMysqls(namespace string) DatabaseMysqlInterface
}

DatabaseMysqlsGetter has a method to return a DatabaseMysqlInterface. A group's client should implement this interface.

type DatabasePostgresqlExpansion

type DatabasePostgresqlExpansion interface{}

type DatabasePostgresqlInterface

type DatabasePostgresqlInterface interface {
	Create(ctx context.Context, databasePostgresql *v1alpha1.DatabasePostgresql, opts v1.CreateOptions) (*v1alpha1.DatabasePostgresql, error)
	Update(ctx context.Context, databasePostgresql *v1alpha1.DatabasePostgresql, opts v1.UpdateOptions) (*v1alpha1.DatabasePostgresql, error)
	UpdateStatus(ctx context.Context, databasePostgresql *v1alpha1.DatabasePostgresql, opts v1.UpdateOptions) (*v1alpha1.DatabasePostgresql, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabasePostgresql, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabasePostgresqlList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabasePostgresql, err error)
	DatabasePostgresqlExpansion
}

DatabasePostgresqlInterface has methods to work with DatabasePostgresql resources.

type DatabasePostgresqlsGetter

type DatabasePostgresqlsGetter interface {
	DatabasePostgresqls(namespace string) DatabasePostgresqlInterface
}

DatabasePostgresqlsGetter has a method to return a DatabasePostgresqlInterface. A group's client should implement this interface.

type DatabaseUserExpansion

type DatabaseUserExpansion interface{}

type DatabaseUserInterface

type DatabaseUserInterface interface {
	Create(ctx context.Context, databaseUser *v1alpha1.DatabaseUser, opts v1.CreateOptions) (*v1alpha1.DatabaseUser, error)
	Update(ctx context.Context, databaseUser *v1alpha1.DatabaseUser, opts v1.UpdateOptions) (*v1alpha1.DatabaseUser, error)
	UpdateStatus(ctx context.Context, databaseUser *v1alpha1.DatabaseUser, opts v1.UpdateOptions) (*v1alpha1.DatabaseUser, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabaseUser, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseUserList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabaseUser, err error)
	DatabaseUserExpansion
}

DatabaseUserInterface has methods to work with DatabaseUser resources.

type DatabaseUsersGetter

type DatabaseUsersGetter interface {
	DatabaseUsers(namespace string) DatabaseUserInterface
}

DatabaseUsersGetter has a method to return a DatabaseUserInterface. A group's client should implement this interface.

type ManagedV1alpha1Client

type ManagedV1alpha1Client struct {
	// contains filtered or unexported fields
}

ManagedV1alpha1Client is used to interact with features provided by the managed.upcloud.kubeform.com group.

func New

New creates a new ManagedV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*ManagedV1alpha1Client, error)

NewForConfig creates a new ManagedV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ManagedV1alpha1Client

NewForConfigOrDie creates a new ManagedV1alpha1Client for the given config and panics if there is an error in the config.

func (*ManagedV1alpha1Client) DatabaseLogicalDatabases

func (c *ManagedV1alpha1Client) DatabaseLogicalDatabases(namespace string) DatabaseLogicalDatabaseInterface

func (*ManagedV1alpha1Client) DatabaseMysqls

func (c *ManagedV1alpha1Client) DatabaseMysqls(namespace string) DatabaseMysqlInterface

func (*ManagedV1alpha1Client) DatabasePostgresqls

func (c *ManagedV1alpha1Client) DatabasePostgresqls(namespace string) DatabasePostgresqlInterface

func (*ManagedV1alpha1Client) DatabaseUsers

func (c *ManagedV1alpha1Client) DatabaseUsers(namespace string) DatabaseUserInterface

func (*ManagedV1alpha1Client) RESTClient

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

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

type ManagedV1alpha1Interface

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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