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 DefaultKmsKeyExpansion

type DefaultKmsKeyExpansion interface{}

type DefaultKmsKeyInterface

type DefaultKmsKeyInterface interface {
	Create(ctx context.Context, defaultKmsKey *v1alpha1.DefaultKmsKey, opts v1.CreateOptions) (*v1alpha1.DefaultKmsKey, error)
	Update(ctx context.Context, defaultKmsKey *v1alpha1.DefaultKmsKey, opts v1.UpdateOptions) (*v1alpha1.DefaultKmsKey, error)
	UpdateStatus(ctx context.Context, defaultKmsKey *v1alpha1.DefaultKmsKey, opts v1.UpdateOptions) (*v1alpha1.DefaultKmsKey, 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.DefaultKmsKey, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DefaultKmsKeyList, 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.DefaultKmsKey, err error)
	DefaultKmsKeyExpansion
}

DefaultKmsKeyInterface has methods to work with DefaultKmsKey resources.

type DefaultKmsKeysGetter

type DefaultKmsKeysGetter interface {
	DefaultKmsKeys(namespace string) DefaultKmsKeyInterface
}

DefaultKmsKeysGetter has a method to return a DefaultKmsKeyInterface. A group's client should implement this interface.

type EbsV1alpha1Client

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

EbsV1alpha1Client is used to interact with features provided by the ebs.aws.kubeform.com group.

func New

New creates a new EbsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EbsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EbsV1alpha1Client

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

func (*EbsV1alpha1Client) DefaultKmsKeys

func (c *EbsV1alpha1Client) DefaultKmsKeys(namespace string) DefaultKmsKeyInterface

func (*EbsV1alpha1Client) EncryptionByDefaults

func (c *EbsV1alpha1Client) EncryptionByDefaults(namespace string) EncryptionByDefaultInterface

func (*EbsV1alpha1Client) RESTClient

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

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

func (*EbsV1alpha1Client) SnapshotCopies

func (c *EbsV1alpha1Client) SnapshotCopies(namespace string) SnapshotCopyInterface

func (*EbsV1alpha1Client) SnapshotImports added in v0.5.0

func (c *EbsV1alpha1Client) SnapshotImports(namespace string) SnapshotImportInterface

func (*EbsV1alpha1Client) Snapshots

func (c *EbsV1alpha1Client) Snapshots(namespace string) SnapshotInterface

func (*EbsV1alpha1Client) Volumes

func (c *EbsV1alpha1Client) Volumes(namespace string) VolumeInterface

type EncryptionByDefaultExpansion

type EncryptionByDefaultExpansion interface{}

type EncryptionByDefaultInterface

type EncryptionByDefaultInterface interface {
	Create(ctx context.Context, encryptionByDefault *v1alpha1.EncryptionByDefault, opts v1.CreateOptions) (*v1alpha1.EncryptionByDefault, error)
	Update(ctx context.Context, encryptionByDefault *v1alpha1.EncryptionByDefault, opts v1.UpdateOptions) (*v1alpha1.EncryptionByDefault, error)
	UpdateStatus(ctx context.Context, encryptionByDefault *v1alpha1.EncryptionByDefault, opts v1.UpdateOptions) (*v1alpha1.EncryptionByDefault, 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.EncryptionByDefault, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EncryptionByDefaultList, 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.EncryptionByDefault, err error)
	EncryptionByDefaultExpansion
}

EncryptionByDefaultInterface has methods to work with EncryptionByDefault resources.

type EncryptionByDefaultsGetter

type EncryptionByDefaultsGetter interface {
	EncryptionByDefaults(namespace string) EncryptionByDefaultInterface
}

EncryptionByDefaultsGetter has a method to return a EncryptionByDefaultInterface. A group's client should implement this interface.

type SnapshotCopiesGetter

type SnapshotCopiesGetter interface {
	SnapshotCopies(namespace string) SnapshotCopyInterface
}

SnapshotCopiesGetter has a method to return a SnapshotCopyInterface. A group's client should implement this interface.

type SnapshotCopyExpansion

type SnapshotCopyExpansion interface{}

type SnapshotCopyInterface

type SnapshotCopyInterface interface {
	Create(ctx context.Context, snapshotCopy *v1alpha1.SnapshotCopy, opts v1.CreateOptions) (*v1alpha1.SnapshotCopy, error)
	Update(ctx context.Context, snapshotCopy *v1alpha1.SnapshotCopy, opts v1.UpdateOptions) (*v1alpha1.SnapshotCopy, error)
	UpdateStatus(ctx context.Context, snapshotCopy *v1alpha1.SnapshotCopy, opts v1.UpdateOptions) (*v1alpha1.SnapshotCopy, 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.SnapshotCopy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotCopyList, 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.SnapshotCopy, err error)
	SnapshotCopyExpansion
}

SnapshotCopyInterface has methods to work with SnapshotCopy resources.

type SnapshotExpansion

type SnapshotExpansion interface{}

type SnapshotImportExpansion added in v0.5.0

type SnapshotImportExpansion interface{}

type SnapshotImportInterface added in v0.5.0

type SnapshotImportInterface interface {
	Create(ctx context.Context, snapshotImport *v1alpha1.SnapshotImport, opts v1.CreateOptions) (*v1alpha1.SnapshotImport, error)
	Update(ctx context.Context, snapshotImport *v1alpha1.SnapshotImport, opts v1.UpdateOptions) (*v1alpha1.SnapshotImport, error)
	UpdateStatus(ctx context.Context, snapshotImport *v1alpha1.SnapshotImport, opts v1.UpdateOptions) (*v1alpha1.SnapshotImport, 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.SnapshotImport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotImportList, 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.SnapshotImport, err error)
	SnapshotImportExpansion
}

SnapshotImportInterface has methods to work with SnapshotImport resources.

type SnapshotImportsGetter added in v0.5.0

type SnapshotImportsGetter interface {
	SnapshotImports(namespace string) SnapshotImportInterface
}

SnapshotImportsGetter has a method to return a SnapshotImportInterface. A group's client should implement this interface.

type SnapshotInterface

type SnapshotInterface interface {
	Create(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.CreateOptions) (*v1alpha1.Snapshot, error)
	Update(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, error)
	UpdateStatus(ctx context.Context, snapshot *v1alpha1.Snapshot, opts v1.UpdateOptions) (*v1alpha1.Snapshot, 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.Snapshot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SnapshotList, 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.Snapshot, err error)
	SnapshotExpansion
}

SnapshotInterface has methods to work with Snapshot resources.

type SnapshotsGetter

type SnapshotsGetter interface {
	Snapshots(namespace string) SnapshotInterface
}

SnapshotsGetter has a method to return a SnapshotInterface. A group's client should implement this interface.

type VolumeExpansion

type VolumeExpansion interface{}

type VolumeInterface

type VolumeInterface interface {
	Create(ctx context.Context, volume *v1alpha1.Volume, opts v1.CreateOptions) (*v1alpha1.Volume, error)
	Update(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, error)
	UpdateStatus(ctx context.Context, volume *v1alpha1.Volume, opts v1.UpdateOptions) (*v1alpha1.Volume, 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.Volume, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VolumeList, 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.Volume, err error)
	VolumeExpansion
}

VolumeInterface has methods to work with Volume resources.

type VolumesGetter

type VolumesGetter interface {
	Volumes(namespace string) VolumeInterface
}

VolumesGetter has a method to return a VolumeInterface. 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