v1alpha1

package
v6.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 9 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 GroupsnapshotV1alpha1Client

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

GroupsnapshotV1alpha1Client is used to interact with features provided by the groupsnapshot.storage.k8s.io group.

func New

New creates a new GroupsnapshotV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new GroupsnapshotV1alpha1Client 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) (*GroupsnapshotV1alpha1Client, error)

NewForConfigAndClient creates a new GroupsnapshotV1alpha1Client 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) *GroupsnapshotV1alpha1Client

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

func (*GroupsnapshotV1alpha1Client) RESTClient

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

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

func (*GroupsnapshotV1alpha1Client) VolumeGroupSnapshotClasses

func (c *GroupsnapshotV1alpha1Client) VolumeGroupSnapshotClasses() VolumeGroupSnapshotClassInterface

func (*GroupsnapshotV1alpha1Client) VolumeGroupSnapshotContents

func (c *GroupsnapshotV1alpha1Client) VolumeGroupSnapshotContents() VolumeGroupSnapshotContentInterface

func (*GroupsnapshotV1alpha1Client) VolumeGroupSnapshots

func (c *GroupsnapshotV1alpha1Client) VolumeGroupSnapshots(namespace string) VolumeGroupSnapshotInterface

type VolumeGroupSnapshotClassExpansion

type VolumeGroupSnapshotClassExpansion interface{}

type VolumeGroupSnapshotClassInterface

type VolumeGroupSnapshotClassInterface interface {
	Create(ctx context.Context, volumeGroupSnapshotClass *v1alpha1.VolumeGroupSnapshotClass, opts v1.CreateOptions) (*v1alpha1.VolumeGroupSnapshotClass, error)
	Update(ctx context.Context, volumeGroupSnapshotClass *v1alpha1.VolumeGroupSnapshotClass, opts v1.UpdateOptions) (*v1alpha1.VolumeGroupSnapshotClass, 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.VolumeGroupSnapshotClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeGroupSnapshotClassList, 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.VolumeGroupSnapshotClass, err error)
	VolumeGroupSnapshotClassExpansion
}

VolumeGroupSnapshotClassInterface has methods to work with VolumeGroupSnapshotClass resources.

type VolumeGroupSnapshotClassesGetter

type VolumeGroupSnapshotClassesGetter interface {
	VolumeGroupSnapshotClasses() VolumeGroupSnapshotClassInterface
}

VolumeGroupSnapshotClassesGetter has a method to return a VolumeGroupSnapshotClassInterface. A group's client should implement this interface.

type VolumeGroupSnapshotContentExpansion

type VolumeGroupSnapshotContentExpansion interface{}

type VolumeGroupSnapshotContentInterface

type VolumeGroupSnapshotContentInterface interface {
	Create(ctx context.Context, volumeGroupSnapshotContent *v1alpha1.VolumeGroupSnapshotContent, opts v1.CreateOptions) (*v1alpha1.VolumeGroupSnapshotContent, error)
	Update(ctx context.Context, volumeGroupSnapshotContent *v1alpha1.VolumeGroupSnapshotContent, opts v1.UpdateOptions) (*v1alpha1.VolumeGroupSnapshotContent, error)
	UpdateStatus(ctx context.Context, volumeGroupSnapshotContent *v1alpha1.VolumeGroupSnapshotContent, opts v1.UpdateOptions) (*v1alpha1.VolumeGroupSnapshotContent, 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.VolumeGroupSnapshotContent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeGroupSnapshotContentList, 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.VolumeGroupSnapshotContent, err error)
	VolumeGroupSnapshotContentExpansion
}

VolumeGroupSnapshotContentInterface has methods to work with VolumeGroupSnapshotContent resources.

type VolumeGroupSnapshotContentsGetter

type VolumeGroupSnapshotContentsGetter interface {
	VolumeGroupSnapshotContents() VolumeGroupSnapshotContentInterface
}

VolumeGroupSnapshotContentsGetter has a method to return a VolumeGroupSnapshotContentInterface. A group's client should implement this interface.

type VolumeGroupSnapshotExpansion

type VolumeGroupSnapshotExpansion interface{}

type VolumeGroupSnapshotInterface

type VolumeGroupSnapshotInterface interface {
	Create(ctx context.Context, volumeGroupSnapshot *v1alpha1.VolumeGroupSnapshot, opts v1.CreateOptions) (*v1alpha1.VolumeGroupSnapshot, error)
	Update(ctx context.Context, volumeGroupSnapshot *v1alpha1.VolumeGroupSnapshot, opts v1.UpdateOptions) (*v1alpha1.VolumeGroupSnapshot, error)
	UpdateStatus(ctx context.Context, volumeGroupSnapshot *v1alpha1.VolumeGroupSnapshot, opts v1.UpdateOptions) (*v1alpha1.VolumeGroupSnapshot, 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.VolumeGroupSnapshot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeGroupSnapshotList, 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.VolumeGroupSnapshot, err error)
	VolumeGroupSnapshotExpansion
}

VolumeGroupSnapshotInterface has methods to work with VolumeGroupSnapshot resources.

type VolumeGroupSnapshotsGetter

type VolumeGroupSnapshotsGetter interface {
	VolumeGroupSnapshots(namespace string) VolumeGroupSnapshotInterface
}

VolumeGroupSnapshotsGetter has a method to return a VolumeGroupSnapshotInterface. 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