v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2018 License: Apache-2.0 Imports: 7 Imported by: 3

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 AtlasdbV1alpha1Client

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

AtlasdbV1alpha1Client is used to interact with features provided by the atlasdb.infoblox.com group.

func New

New creates a new AtlasdbV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new AtlasdbV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AtlasdbV1alpha1Client

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

func (*AtlasdbV1alpha1Client) DatabaseSchemas

func (c *AtlasdbV1alpha1Client) DatabaseSchemas(namespace string) DatabaseSchemaInterface

func (*AtlasdbV1alpha1Client) DatabaseServers

func (c *AtlasdbV1alpha1Client) DatabaseServers(namespace string) DatabaseServerInterface

func (*AtlasdbV1alpha1Client) Databases

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

func (*AtlasdbV1alpha1Client) RESTClient

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

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

type AtlasdbV1alpha1Interface

type AtlasdbV1alpha1Interface interface {
	RESTClient() rest.Interface
	DatabasesGetter
	DatabaseSchemasGetter
	DatabaseServersGetter
}

type DatabaseExpansion

type DatabaseExpansion interface{}

type DatabaseInterface

type DatabaseInterface interface {
	Create(*v1alpha1.Database) (*v1alpha1.Database, error)
	Update(*v1alpha1.Database) (*v1alpha1.Database, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Database, error)
	List(opts v1.ListOptions) (*v1alpha1.DatabaseList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Database, err error)
	DatabaseExpansion
}

DatabaseInterface has methods to work with Database resources.

type DatabaseSchemaExpansion

type DatabaseSchemaExpansion interface{}

type DatabaseSchemaInterface

type DatabaseSchemaInterface interface {
	Create(*v1alpha1.DatabaseSchema) (*v1alpha1.DatabaseSchema, error)
	Update(*v1alpha1.DatabaseSchema) (*v1alpha1.DatabaseSchema, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.DatabaseSchema, error)
	List(opts v1.ListOptions) (*v1alpha1.DatabaseSchemaList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.DatabaseSchema, err error)
	DatabaseSchemaExpansion
}

DatabaseSchemaInterface has methods to work with DatabaseSchema resources.

type DatabaseSchemasGetter

type DatabaseSchemasGetter interface {
	DatabaseSchemas(namespace string) DatabaseSchemaInterface
}

DatabaseSchemasGetter has a method to return a DatabaseSchemaInterface. A group's client should implement this interface.

type DatabaseServerExpansion

type DatabaseServerExpansion interface{}

type DatabaseServerInterface

type DatabaseServerInterface interface {
	Create(*v1alpha1.DatabaseServer) (*v1alpha1.DatabaseServer, error)
	Update(*v1alpha1.DatabaseServer) (*v1alpha1.DatabaseServer, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.DatabaseServer, error)
	List(opts v1.ListOptions) (*v1alpha1.DatabaseServerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.DatabaseServer, err error)
	DatabaseServerExpansion
}

DatabaseServerInterface has methods to work with DatabaseServer resources.

type DatabaseServersGetter

type DatabaseServersGetter interface {
	DatabaseServers(namespace string) DatabaseServerInterface
}

DatabaseServersGetter has a method to return a DatabaseServerInterface. A group's client should implement this interface.

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.

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