v1alpha1

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 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 KMSCryptoKeyVersionExpansion

type KMSCryptoKeyVersionExpansion interface{}

type KMSCryptoKeyVersionInterface

type KMSCryptoKeyVersionInterface interface {
	Create(ctx context.Context, kMSCryptoKeyVersion *v1alpha1.KMSCryptoKeyVersion, opts v1.CreateOptions) (*v1alpha1.KMSCryptoKeyVersion, error)
	Update(ctx context.Context, kMSCryptoKeyVersion *v1alpha1.KMSCryptoKeyVersion, opts v1.UpdateOptions) (*v1alpha1.KMSCryptoKeyVersion, error)
	UpdateStatus(ctx context.Context, kMSCryptoKeyVersion *v1alpha1.KMSCryptoKeyVersion, opts v1.UpdateOptions) (*v1alpha1.KMSCryptoKeyVersion, 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.KMSCryptoKeyVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KMSCryptoKeyVersionList, 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.KMSCryptoKeyVersion, err error)
	KMSCryptoKeyVersionExpansion
}

KMSCryptoKeyVersionInterface has methods to work with KMSCryptoKeyVersion resources.

type KMSCryptoKeyVersionsGetter

type KMSCryptoKeyVersionsGetter interface {
	KMSCryptoKeyVersions(namespace string) KMSCryptoKeyVersionInterface
}

KMSCryptoKeyVersionsGetter has a method to return a KMSCryptoKeyVersionInterface. A group's client should implement this interface.

type KMSKeyRingImportJobExpansion

type KMSKeyRingImportJobExpansion interface{}

type KMSKeyRingImportJobInterface

type KMSKeyRingImportJobInterface interface {
	Create(ctx context.Context, kMSKeyRingImportJob *v1alpha1.KMSKeyRingImportJob, opts v1.CreateOptions) (*v1alpha1.KMSKeyRingImportJob, error)
	Update(ctx context.Context, kMSKeyRingImportJob *v1alpha1.KMSKeyRingImportJob, opts v1.UpdateOptions) (*v1alpha1.KMSKeyRingImportJob, error)
	UpdateStatus(ctx context.Context, kMSKeyRingImportJob *v1alpha1.KMSKeyRingImportJob, opts v1.UpdateOptions) (*v1alpha1.KMSKeyRingImportJob, 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.KMSKeyRingImportJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KMSKeyRingImportJobList, 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.KMSKeyRingImportJob, err error)
	KMSKeyRingImportJobExpansion
}

KMSKeyRingImportJobInterface has methods to work with KMSKeyRingImportJob resources.

type KMSKeyRingImportJobsGetter

type KMSKeyRingImportJobsGetter interface {
	KMSKeyRingImportJobs(namespace string) KMSKeyRingImportJobInterface
}

KMSKeyRingImportJobsGetter has a method to return a KMSKeyRingImportJobInterface. A group's client should implement this interface.

type KMSSecretCiphertextExpansion

type KMSSecretCiphertextExpansion interface{}

type KMSSecretCiphertextInterface

type KMSSecretCiphertextInterface interface {
	Create(ctx context.Context, kMSSecretCiphertext *v1alpha1.KMSSecretCiphertext, opts v1.CreateOptions) (*v1alpha1.KMSSecretCiphertext, error)
	Update(ctx context.Context, kMSSecretCiphertext *v1alpha1.KMSSecretCiphertext, opts v1.UpdateOptions) (*v1alpha1.KMSSecretCiphertext, error)
	UpdateStatus(ctx context.Context, kMSSecretCiphertext *v1alpha1.KMSSecretCiphertext, opts v1.UpdateOptions) (*v1alpha1.KMSSecretCiphertext, 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.KMSSecretCiphertext, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KMSSecretCiphertextList, 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.KMSSecretCiphertext, err error)
	KMSSecretCiphertextExpansion
}

KMSSecretCiphertextInterface has methods to work with KMSSecretCiphertext resources.

type KMSSecretCiphertextsGetter

type KMSSecretCiphertextsGetter interface {
	KMSSecretCiphertexts(namespace string) KMSSecretCiphertextInterface
}

KMSSecretCiphertextsGetter has a method to return a KMSSecretCiphertextInterface. A group's client should implement this interface.

type KmsV1alpha1Client

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

KmsV1alpha1Client is used to interact with features provided by the kms.cnrm.cloud.google.com group.

func New

New creates a new KmsV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*KmsV1alpha1Client) KMSCryptoKeyVersions

func (c *KmsV1alpha1Client) KMSCryptoKeyVersions(namespace string) KMSCryptoKeyVersionInterface

func (*KmsV1alpha1Client) KMSKeyRingImportJobs

func (c *KmsV1alpha1Client) KMSKeyRingImportJobs(namespace string) KMSKeyRingImportJobInterface

func (*KmsV1alpha1Client) KMSSecretCiphertexts

func (c *KmsV1alpha1Client) KMSSecretCiphertexts(namespace string) KMSSecretCiphertextInterface

func (*KmsV1alpha1Client) RESTClient

func (c *KmsV1alpha1Client) 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