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 DatabaseExpansion

type DatabaseExpansion interface{}

type DatabaseInstanceExpansion

type DatabaseInstanceExpansion interface{}

type DatabaseInstanceInterface

type DatabaseInstanceInterface interface {
	Create(ctx context.Context, databaseInstance *v1alpha1.DatabaseInstance, opts v1.CreateOptions) (*v1alpha1.DatabaseInstance, error)
	Update(ctx context.Context, databaseInstance *v1alpha1.DatabaseInstance, opts v1.UpdateOptions) (*v1alpha1.DatabaseInstance, error)
	UpdateStatus(ctx context.Context, databaseInstance *v1alpha1.DatabaseInstance, opts v1.UpdateOptions) (*v1alpha1.DatabaseInstance, 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.DatabaseInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseInstanceList, 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.DatabaseInstance, err error)
	DatabaseInstanceExpansion
}

DatabaseInstanceInterface has methods to work with DatabaseInstance resources.

type DatabaseInstancesGetter

type DatabaseInstancesGetter interface {
	DatabaseInstances(namespace string) DatabaseInstanceInterface
}

DatabaseInstancesGetter has a method to return a DatabaseInstanceInterface. A group's client should implement this interface.

type DatabaseInterface

type DatabaseInterface interface {
	Create(ctx context.Context, database *v1alpha1.Database, opts v1.CreateOptions) (*v1alpha1.Database, error)
	Update(ctx context.Context, database *v1alpha1.Database, opts v1.UpdateOptions) (*v1alpha1.Database, error)
	UpdateStatus(ctx context.Context, database *v1alpha1.Database, opts v1.UpdateOptions) (*v1alpha1.Database, 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.Database, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseList, 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.Database, err error)
	DatabaseExpansion
}

DatabaseInterface has methods to work with Database resources.

type DatabasesGetter

type DatabasesGetter interface {
	Databases(namespace string) DatabaseInterface
}

DatabasesGetter has a method to return a DatabaseInterface. A group's client should implement this interface.

type SourceRepresentationInstanceExpansion

type SourceRepresentationInstanceExpansion interface{}

type SourceRepresentationInstanceInterface

type SourceRepresentationInstanceInterface interface {
	Create(ctx context.Context, sourceRepresentationInstance *v1alpha1.SourceRepresentationInstance, opts v1.CreateOptions) (*v1alpha1.SourceRepresentationInstance, error)
	Update(ctx context.Context, sourceRepresentationInstance *v1alpha1.SourceRepresentationInstance, opts v1.UpdateOptions) (*v1alpha1.SourceRepresentationInstance, error)
	UpdateStatus(ctx context.Context, sourceRepresentationInstance *v1alpha1.SourceRepresentationInstance, opts v1.UpdateOptions) (*v1alpha1.SourceRepresentationInstance, 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.SourceRepresentationInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SourceRepresentationInstanceList, 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.SourceRepresentationInstance, err error)
	SourceRepresentationInstanceExpansion
}

SourceRepresentationInstanceInterface has methods to work with SourceRepresentationInstance resources.

type SourceRepresentationInstancesGetter

type SourceRepresentationInstancesGetter interface {
	SourceRepresentationInstances(namespace string) SourceRepresentationInstanceInterface
}

SourceRepresentationInstancesGetter has a method to return a SourceRepresentationInstanceInterface. A group's client should implement this interface.

type SqlV1alpha1Client

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

SqlV1alpha1Client is used to interact with features provided by the sql.google.kubeform.com group.

func New

New creates a new SqlV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SqlV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SqlV1alpha1Client

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

func (*SqlV1alpha1Client) DatabaseInstances

func (c *SqlV1alpha1Client) DatabaseInstances(namespace string) DatabaseInstanceInterface

func (*SqlV1alpha1Client) Databases

func (c *SqlV1alpha1Client) Databases(namespace string) DatabaseInterface

func (*SqlV1alpha1Client) RESTClient

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

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

func (*SqlV1alpha1Client) SourceRepresentationInstances

func (c *SqlV1alpha1Client) SourceRepresentationInstances(namespace string) SourceRepresentationInstanceInterface

func (*SqlV1alpha1Client) SslCerts

func (c *SqlV1alpha1Client) SslCerts(namespace string) SslCertInterface

func (*SqlV1alpha1Client) Users

func (c *SqlV1alpha1Client) Users(namespace string) UserInterface

type SqlV1alpha1Interface

type SslCertExpansion

type SslCertExpansion interface{}

type SslCertInterface

type SslCertInterface interface {
	Create(ctx context.Context, sslCert *v1alpha1.SslCert, opts v1.CreateOptions) (*v1alpha1.SslCert, error)
	Update(ctx context.Context, sslCert *v1alpha1.SslCert, opts v1.UpdateOptions) (*v1alpha1.SslCert, error)
	UpdateStatus(ctx context.Context, sslCert *v1alpha1.SslCert, opts v1.UpdateOptions) (*v1alpha1.SslCert, 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.SslCert, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SslCertList, 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.SslCert, err error)
	SslCertExpansion
}

SslCertInterface has methods to work with SslCert resources.

type SslCertsGetter

type SslCertsGetter interface {
	SslCerts(namespace string) SslCertInterface
}

SslCertsGetter has a method to return a SslCertInterface. A group's client should implement this interface.

type UserExpansion

type UserExpansion interface{}

type UserInterface

type UserInterface interface {
	Create(ctx context.Context, user *v1alpha1.User, opts v1.CreateOptions) (*v1alpha1.User, error)
	Update(ctx context.Context, user *v1alpha1.User, opts v1.UpdateOptions) (*v1alpha1.User, error)
	UpdateStatus(ctx context.Context, user *v1alpha1.User, opts v1.UpdateOptions) (*v1alpha1.User, 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.User, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.UserList, 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.User, err error)
	UserExpansion
}

UserInterface has methods to work with User resources.

type UsersGetter

type UsersGetter interface {
	Users(namespace string) UserInterface
}

UsersGetter has a method to return a UserInterface. A group's client should implement this interface.

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