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 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(namespace string) BucketInterface
}

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

type NamespaceMetadataExpansion

type NamespaceMetadataExpansion interface{}

type NamespaceMetadataInterface

type NamespaceMetadataInterface interface {
	Create(ctx context.Context, namespaceMetadata *v1alpha1.NamespaceMetadata, opts v1.CreateOptions) (*v1alpha1.NamespaceMetadata, error)
	Update(ctx context.Context, namespaceMetadata *v1alpha1.NamespaceMetadata, opts v1.UpdateOptions) (*v1alpha1.NamespaceMetadata, error)
	UpdateStatus(ctx context.Context, namespaceMetadata *v1alpha1.NamespaceMetadata, opts v1.UpdateOptions) (*v1alpha1.NamespaceMetadata, 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.NamespaceMetadata, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NamespaceMetadataList, 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.NamespaceMetadata, err error)
	NamespaceMetadataExpansion
}

NamespaceMetadataInterface has methods to work with NamespaceMetadata resources.

type NamespaceMetadatasGetter

type NamespaceMetadatasGetter interface {
	NamespaceMetadatas(namespace string) NamespaceMetadataInterface
}

NamespaceMetadatasGetter has a method to return a NamespaceMetadataInterface. A group's client should implement this interface.

type ObjectExpansion

type ObjectExpansion interface{}

type ObjectInterface

type ObjectInterface interface {
	Create(ctx context.Context, object *v1alpha1.Object, opts v1.CreateOptions) (*v1alpha1.Object, error)
	Update(ctx context.Context, object *v1alpha1.Object, opts v1.UpdateOptions) (*v1alpha1.Object, error)
	UpdateStatus(ctx context.Context, object *v1alpha1.Object, opts v1.UpdateOptions) (*v1alpha1.Object, 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.Object, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ObjectList, 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.Object, err error)
	ObjectExpansion
}

ObjectInterface has methods to work with Object resources.

type ObjectLifecyclePoliciesGetter

type ObjectLifecyclePoliciesGetter interface {
	ObjectLifecyclePolicies(namespace string) ObjectLifecyclePolicyInterface
}

ObjectLifecyclePoliciesGetter has a method to return a ObjectLifecyclePolicyInterface. A group's client should implement this interface.

type ObjectLifecyclePolicyExpansion

type ObjectLifecyclePolicyExpansion interface{}

type ObjectLifecyclePolicyInterface

type ObjectLifecyclePolicyInterface interface {
	Create(ctx context.Context, objectLifecyclePolicy *v1alpha1.ObjectLifecyclePolicy, opts v1.CreateOptions) (*v1alpha1.ObjectLifecyclePolicy, error)
	Update(ctx context.Context, objectLifecyclePolicy *v1alpha1.ObjectLifecyclePolicy, opts v1.UpdateOptions) (*v1alpha1.ObjectLifecyclePolicy, error)
	UpdateStatus(ctx context.Context, objectLifecyclePolicy *v1alpha1.ObjectLifecyclePolicy, opts v1.UpdateOptions) (*v1alpha1.ObjectLifecyclePolicy, 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.ObjectLifecyclePolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ObjectLifecyclePolicyList, 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.ObjectLifecyclePolicy, err error)
	ObjectLifecyclePolicyExpansion
}

ObjectLifecyclePolicyInterface has methods to work with ObjectLifecyclePolicy resources.

type ObjectsGetter

type ObjectsGetter interface {
	Objects(namespace string) ObjectInterface
}

ObjectsGetter has a method to return a ObjectInterface. 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.oci.kubeform.com 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.

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) Buckets

func (c *ObjectstorageV1alpha1Client) Buckets(namespace string) BucketInterface

func (*ObjectstorageV1alpha1Client) NamespaceMetadatas

func (c *ObjectstorageV1alpha1Client) NamespaceMetadatas(namespace string) NamespaceMetadataInterface

func (*ObjectstorageV1alpha1Client) ObjectLifecyclePolicies

func (c *ObjectstorageV1alpha1Client) ObjectLifecyclePolicies(namespace string) ObjectLifecyclePolicyInterface

func (*ObjectstorageV1alpha1Client) Objects

func (c *ObjectstorageV1alpha1Client) Objects(namespace string) ObjectInterface

func (*ObjectstorageV1alpha1Client) Preauthrequests

func (c *ObjectstorageV1alpha1Client) Preauthrequests(namespace string) PreauthrequestInterface

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.

func (*ObjectstorageV1alpha1Client) ReplicationPolicies

func (c *ObjectstorageV1alpha1Client) ReplicationPolicies(namespace string) ReplicationPolicyInterface

type PreauthrequestExpansion

type PreauthrequestExpansion interface{}

type PreauthrequestInterface

type PreauthrequestInterface interface {
	Create(ctx context.Context, preauthrequest *v1alpha1.Preauthrequest, opts v1.CreateOptions) (*v1alpha1.Preauthrequest, error)
	Update(ctx context.Context, preauthrequest *v1alpha1.Preauthrequest, opts v1.UpdateOptions) (*v1alpha1.Preauthrequest, error)
	UpdateStatus(ctx context.Context, preauthrequest *v1alpha1.Preauthrequest, opts v1.UpdateOptions) (*v1alpha1.Preauthrequest, 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.Preauthrequest, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PreauthrequestList, 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.Preauthrequest, err error)
	PreauthrequestExpansion
}

PreauthrequestInterface has methods to work with Preauthrequest resources.

type PreauthrequestsGetter

type PreauthrequestsGetter interface {
	Preauthrequests(namespace string) PreauthrequestInterface
}

PreauthrequestsGetter has a method to return a PreauthrequestInterface. A group's client should implement this interface.

type ReplicationPoliciesGetter

type ReplicationPoliciesGetter interface {
	ReplicationPolicies(namespace string) ReplicationPolicyInterface
}

ReplicationPoliciesGetter has a method to return a ReplicationPolicyInterface. A group's client should implement this interface.

type ReplicationPolicyExpansion

type ReplicationPolicyExpansion interface{}

type ReplicationPolicyInterface

type ReplicationPolicyInterface interface {
	Create(ctx context.Context, replicationPolicy *v1alpha1.ReplicationPolicy, opts v1.CreateOptions) (*v1alpha1.ReplicationPolicy, error)
	Update(ctx context.Context, replicationPolicy *v1alpha1.ReplicationPolicy, opts v1.UpdateOptions) (*v1alpha1.ReplicationPolicy, error)
	UpdateStatus(ctx context.Context, replicationPolicy *v1alpha1.ReplicationPolicy, opts v1.UpdateOptions) (*v1alpha1.ReplicationPolicy, 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.ReplicationPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ReplicationPolicyList, 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.ReplicationPolicy, err error)
	ReplicationPolicyExpansion
}

ReplicationPolicyInterface has methods to work with ReplicationPolicy resources.

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