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 DynamodbV1alpha1Client

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

DynamodbV1alpha1Client is used to interact with features provided by the dynamodb.aws.kubeform.com group.

func New

New creates a new DynamodbV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DynamodbV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DynamodbV1alpha1Client

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

func (*DynamodbV1alpha1Client) GlobalTables

func (c *DynamodbV1alpha1Client) GlobalTables(namespace string) GlobalTableInterface

func (*DynamodbV1alpha1Client) KinesisStreamingDestinations

func (c *DynamodbV1alpha1Client) KinesisStreamingDestinations(namespace string) KinesisStreamingDestinationInterface

func (*DynamodbV1alpha1Client) RESTClient

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

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

func (*DynamodbV1alpha1Client) TableItems

func (c *DynamodbV1alpha1Client) TableItems(namespace string) TableItemInterface

func (*DynamodbV1alpha1Client) Tables

func (c *DynamodbV1alpha1Client) Tables(namespace string) TableInterface

func (*DynamodbV1alpha1Client) Tags added in v0.5.0

func (c *DynamodbV1alpha1Client) Tags(namespace string) TagInterface

type GlobalTableExpansion

type GlobalTableExpansion interface{}

type GlobalTableInterface

type GlobalTableInterface interface {
	Create(ctx context.Context, globalTable *v1alpha1.GlobalTable, opts v1.CreateOptions) (*v1alpha1.GlobalTable, error)
	Update(ctx context.Context, globalTable *v1alpha1.GlobalTable, opts v1.UpdateOptions) (*v1alpha1.GlobalTable, error)
	UpdateStatus(ctx context.Context, globalTable *v1alpha1.GlobalTable, opts v1.UpdateOptions) (*v1alpha1.GlobalTable, 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.GlobalTable, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GlobalTableList, 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.GlobalTable, err error)
	GlobalTableExpansion
}

GlobalTableInterface has methods to work with GlobalTable resources.

type GlobalTablesGetter

type GlobalTablesGetter interface {
	GlobalTables(namespace string) GlobalTableInterface
}

GlobalTablesGetter has a method to return a GlobalTableInterface. A group's client should implement this interface.

type KinesisStreamingDestinationExpansion

type KinesisStreamingDestinationExpansion interface{}

type KinesisStreamingDestinationInterface

type KinesisStreamingDestinationInterface interface {
	Create(ctx context.Context, kinesisStreamingDestination *v1alpha1.KinesisStreamingDestination, opts v1.CreateOptions) (*v1alpha1.KinesisStreamingDestination, error)
	Update(ctx context.Context, kinesisStreamingDestination *v1alpha1.KinesisStreamingDestination, opts v1.UpdateOptions) (*v1alpha1.KinesisStreamingDestination, error)
	UpdateStatus(ctx context.Context, kinesisStreamingDestination *v1alpha1.KinesisStreamingDestination, opts v1.UpdateOptions) (*v1alpha1.KinesisStreamingDestination, 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.KinesisStreamingDestination, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KinesisStreamingDestinationList, 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.KinesisStreamingDestination, err error)
	KinesisStreamingDestinationExpansion
}

KinesisStreamingDestinationInterface has methods to work with KinesisStreamingDestination resources.

type KinesisStreamingDestinationsGetter

type KinesisStreamingDestinationsGetter interface {
	KinesisStreamingDestinations(namespace string) KinesisStreamingDestinationInterface
}

KinesisStreamingDestinationsGetter has a method to return a KinesisStreamingDestinationInterface. A group's client should implement this interface.

type TableExpansion

type TableExpansion interface{}

type TableInterface

type TableInterface interface {
	Create(ctx context.Context, table *v1alpha1.Table, opts v1.CreateOptions) (*v1alpha1.Table, error)
	Update(ctx context.Context, table *v1alpha1.Table, opts v1.UpdateOptions) (*v1alpha1.Table, error)
	UpdateStatus(ctx context.Context, table *v1alpha1.Table, opts v1.UpdateOptions) (*v1alpha1.Table, 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.Table, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TableList, 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.Table, err error)
	TableExpansion
}

TableInterface has methods to work with Table resources.

type TableItemExpansion

type TableItemExpansion interface{}

type TableItemInterface

type TableItemInterface interface {
	Create(ctx context.Context, tableItem *v1alpha1.TableItem, opts v1.CreateOptions) (*v1alpha1.TableItem, error)
	Update(ctx context.Context, tableItem *v1alpha1.TableItem, opts v1.UpdateOptions) (*v1alpha1.TableItem, error)
	UpdateStatus(ctx context.Context, tableItem *v1alpha1.TableItem, opts v1.UpdateOptions) (*v1alpha1.TableItem, 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.TableItem, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TableItemList, 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.TableItem, err error)
	TableItemExpansion
}

TableItemInterface has methods to work with TableItem resources.

type TableItemsGetter

type TableItemsGetter interface {
	TableItems(namespace string) TableItemInterface
}

TableItemsGetter has a method to return a TableItemInterface. A group's client should implement this interface.

type TablesGetter

type TablesGetter interface {
	Tables(namespace string) TableInterface
}

TablesGetter has a method to return a TableInterface. A group's client should implement this interface.

type TagExpansion added in v0.5.0

type TagExpansion interface{}

type TagInterface added in v0.5.0

type TagInterface interface {
	Create(ctx context.Context, tag *v1alpha1.Tag, opts v1.CreateOptions) (*v1alpha1.Tag, error)
	Update(ctx context.Context, tag *v1alpha1.Tag, opts v1.UpdateOptions) (*v1alpha1.Tag, error)
	UpdateStatus(ctx context.Context, tag *v1alpha1.Tag, opts v1.UpdateOptions) (*v1alpha1.Tag, 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.Tag, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TagList, 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.Tag, err error)
	TagExpansion
}

TagInterface has methods to work with Tag resources.

type TagsGetter added in v0.5.0

type TagsGetter interface {
	Tags(namespace string) TagInterface
}

TagsGetter has a method to return a TagInterface. 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