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 ObjectV1alpha1Client

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

ObjectV1alpha1Client is used to interact with features provided by the object.linode.kubeform.com group.

func New

New creates a new ObjectV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ObjectV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ObjectV1alpha1Client

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

func (*ObjectV1alpha1Client) RESTClient

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

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

func (*ObjectV1alpha1Client) StorageBuckets

func (c *ObjectV1alpha1Client) StorageBuckets(namespace string) StorageBucketInterface

func (*ObjectV1alpha1Client) StorageKeys

func (c *ObjectV1alpha1Client) StorageKeys(namespace string) StorageKeyInterface

func (*ObjectV1alpha1Client) StorageObjects

func (c *ObjectV1alpha1Client) StorageObjects(namespace string) StorageObjectInterface

type ObjectV1alpha1Interface

type ObjectV1alpha1Interface interface {
	RESTClient() rest.Interface
	StorageBucketsGetter
	StorageKeysGetter
	StorageObjectsGetter
}

type StorageBucketExpansion

type StorageBucketExpansion interface{}

type StorageBucketInterface

type StorageBucketInterface interface {
	Create(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.CreateOptions) (*v1alpha1.StorageBucket, error)
	Update(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.UpdateOptions) (*v1alpha1.StorageBucket, error)
	UpdateStatus(ctx context.Context, storageBucket *v1alpha1.StorageBucket, opts v1.UpdateOptions) (*v1alpha1.StorageBucket, 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.StorageBucket, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageBucketList, 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.StorageBucket, err error)
	StorageBucketExpansion
}

StorageBucketInterface has methods to work with StorageBucket resources.

type StorageBucketsGetter

type StorageBucketsGetter interface {
	StorageBuckets(namespace string) StorageBucketInterface
}

StorageBucketsGetter has a method to return a StorageBucketInterface. A group's client should implement this interface.

type StorageKeyExpansion

type StorageKeyExpansion interface{}

type StorageKeyInterface

type StorageKeyInterface interface {
	Create(ctx context.Context, storageKey *v1alpha1.StorageKey, opts v1.CreateOptions) (*v1alpha1.StorageKey, error)
	Update(ctx context.Context, storageKey *v1alpha1.StorageKey, opts v1.UpdateOptions) (*v1alpha1.StorageKey, error)
	UpdateStatus(ctx context.Context, storageKey *v1alpha1.StorageKey, opts v1.UpdateOptions) (*v1alpha1.StorageKey, 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.StorageKey, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageKeyList, 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.StorageKey, err error)
	StorageKeyExpansion
}

StorageKeyInterface has methods to work with StorageKey resources.

type StorageKeysGetter

type StorageKeysGetter interface {
	StorageKeys(namespace string) StorageKeyInterface
}

StorageKeysGetter has a method to return a StorageKeyInterface. A group's client should implement this interface.

type StorageObjectExpansion

type StorageObjectExpansion interface{}

type StorageObjectInterface

type StorageObjectInterface interface {
	Create(ctx context.Context, storageObject *v1alpha1.StorageObject, opts v1.CreateOptions) (*v1alpha1.StorageObject, error)
	Update(ctx context.Context, storageObject *v1alpha1.StorageObject, opts v1.UpdateOptions) (*v1alpha1.StorageObject, error)
	UpdateStatus(ctx context.Context, storageObject *v1alpha1.StorageObject, opts v1.UpdateOptions) (*v1alpha1.StorageObject, 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.StorageObject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StorageObjectList, 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.StorageObject, err error)
	StorageObjectExpansion
}

StorageObjectInterface has methods to work with StorageObject resources.

type StorageObjectsGetter

type StorageObjectsGetter interface {
	StorageObjects(namespace string) StorageObjectInterface
}

StorageObjectsGetter has a method to return a StorageObjectInterface. 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