v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: Apache-2.0 Imports: 9 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 BucketAccessClassExpansion

type BucketAccessClassExpansion interface{}

type BucketAccessClassInterface

type BucketAccessClassInterface interface {
	Create(ctx context.Context, bucketAccessClass *v1alpha1.BucketAccessClass, opts v1.CreateOptions) (*v1alpha1.BucketAccessClass, error)
	Update(ctx context.Context, bucketAccessClass *v1alpha1.BucketAccessClass, opts v1.UpdateOptions) (*v1alpha1.BucketAccessClass, 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.BucketAccessClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BucketAccessClassList, 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.BucketAccessClass, err error)
	BucketAccessClassExpansion
}

BucketAccessClassInterface has methods to work with BucketAccessClass resources.

type BucketAccessClassesGetter

type BucketAccessClassesGetter interface {
	BucketAccessClasses() BucketAccessClassInterface
}

BucketAccessClassesGetter has a method to return a BucketAccessClassInterface. A group's client should implement this interface.

type BucketAccessExpansion

type BucketAccessExpansion interface{}

type BucketAccessInterface

type BucketAccessInterface interface {
	Create(ctx context.Context, bucketAccess *v1alpha1.BucketAccess, opts v1.CreateOptions) (*v1alpha1.BucketAccess, error)
	Update(ctx context.Context, bucketAccess *v1alpha1.BucketAccess, opts v1.UpdateOptions) (*v1alpha1.BucketAccess, error)
	UpdateStatus(ctx context.Context, bucketAccess *v1alpha1.BucketAccess, opts v1.UpdateOptions) (*v1alpha1.BucketAccess, 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.BucketAccess, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BucketAccessList, 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.BucketAccess, err error)
	BucketAccessExpansion
}

BucketAccessInterface has methods to work with BucketAccess resources.

type BucketAccessesGetter

type BucketAccessesGetter interface {
	BucketAccesses(namespace string) BucketAccessInterface
}

BucketAccessesGetter has a method to return a BucketAccessInterface. A group's client should implement this interface.

type BucketClaimExpansion

type BucketClaimExpansion interface{}

type BucketClaimInterface

type BucketClaimInterface interface {
	Create(ctx context.Context, bucketClaim *v1alpha1.BucketClaim, opts v1.CreateOptions) (*v1alpha1.BucketClaim, error)
	Update(ctx context.Context, bucketClaim *v1alpha1.BucketClaim, opts v1.UpdateOptions) (*v1alpha1.BucketClaim, error)
	UpdateStatus(ctx context.Context, bucketClaim *v1alpha1.BucketClaim, opts v1.UpdateOptions) (*v1alpha1.BucketClaim, 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.BucketClaim, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BucketClaimList, 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.BucketClaim, err error)
	BucketClaimExpansion
}

BucketClaimInterface has methods to work with BucketClaim resources.

type BucketClaimsGetter

type BucketClaimsGetter interface {
	BucketClaims(namespace string) BucketClaimInterface
}

BucketClaimsGetter has a method to return a BucketClaimInterface. A group's client should implement this interface.

type BucketClassExpansion

type BucketClassExpansion interface{}

type BucketClassInterface

type BucketClassInterface interface {
	Create(ctx context.Context, bucketClass *v1alpha1.BucketClass, opts v1.CreateOptions) (*v1alpha1.BucketClass, error)
	Update(ctx context.Context, bucketClass *v1alpha1.BucketClass, opts v1.UpdateOptions) (*v1alpha1.BucketClass, 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.BucketClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BucketClassList, 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.BucketClass, err error)
	BucketClassExpansion
}

BucketClassInterface has methods to work with BucketClass resources.

type BucketClassesGetter

type BucketClassesGetter interface {
	BucketClasses() BucketClassInterface
}

BucketClassesGetter has a method to return a BucketClassInterface. A group's client should implement this interface.

type BucketExpansion

type BucketExpansion interface{}

type BucketInterface

type BucketInterface interface {
	Create(ctx context.Context, bucket *v1alpha1.Bucket, opts v1.CreateOptions) (*v1alpha1.Bucket, error)
	Update(ctx context.Context, bucket *v1alpha1.Bucket, opts v1.UpdateOptions) (*v1alpha1.Bucket, error)
	UpdateStatus(ctx context.Context, bucket *v1alpha1.Bucket, opts v1.UpdateOptions) (*v1alpha1.Bucket, 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.Bucket, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BucketList, 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.Bucket, err error)
	BucketExpansion
}

BucketInterface has methods to work with Bucket resources.

type BucketsGetter

type BucketsGetter interface {
	Buckets() BucketInterface
}

BucketsGetter has a method to return a BucketInterface. A group's client should implement this interface.

type ObjectstorageV1alpha1Client

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

ObjectstorageV1alpha1Client is used to interact with features provided by the objectstorage.k8s.io group.

func New

New creates a new ObjectstorageV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ObjectstorageV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*ObjectstorageV1alpha1Client, error)

NewForConfigAndClient creates a new ObjectstorageV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ObjectstorageV1alpha1Client

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

func (*ObjectstorageV1alpha1Client) BucketAccessClasses

func (*ObjectstorageV1alpha1Client) BucketAccesses

func (c *ObjectstorageV1alpha1Client) BucketAccesses(namespace string) BucketAccessInterface

func (*ObjectstorageV1alpha1Client) BucketClaims

func (c *ObjectstorageV1alpha1Client) BucketClaims(namespace string) BucketClaimInterface

func (*ObjectstorageV1alpha1Client) BucketClasses

func (*ObjectstorageV1alpha1Client) Buckets

func (*ObjectstorageV1alpha1Client) RESTClient

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

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

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