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 SecretExpansion

type SecretExpansion interface{}

type SecretInterface

type SecretInterface interface {
	Create(ctx context.Context, secret *v1alpha1.Secret, opts v1.CreateOptions) (*v1alpha1.Secret, error)
	Update(ctx context.Context, secret *v1alpha1.Secret, opts v1.UpdateOptions) (*v1alpha1.Secret, error)
	UpdateStatus(ctx context.Context, secret *v1alpha1.Secret, opts v1.UpdateOptions) (*v1alpha1.Secret, 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.Secret, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretList, 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.Secret, err error)
	SecretExpansion
}

SecretInterface has methods to work with Secret resources.

type SecretPoliciesGetter

type SecretPoliciesGetter interface {
	SecretPolicies(namespace string) SecretPolicyInterface
}

SecretPoliciesGetter has a method to return a SecretPolicyInterface. A group's client should implement this interface.

type SecretPolicyExpansion

type SecretPolicyExpansion interface{}

type SecretPolicyInterface

type SecretPolicyInterface interface {
	Create(ctx context.Context, secretPolicy *v1alpha1.SecretPolicy, opts v1.CreateOptions) (*v1alpha1.SecretPolicy, error)
	Update(ctx context.Context, secretPolicy *v1alpha1.SecretPolicy, opts v1.UpdateOptions) (*v1alpha1.SecretPolicy, error)
	UpdateStatus(ctx context.Context, secretPolicy *v1alpha1.SecretPolicy, opts v1.UpdateOptions) (*v1alpha1.SecretPolicy, 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.SecretPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretPolicyList, 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.SecretPolicy, err error)
	SecretPolicyExpansion
}

SecretPolicyInterface has methods to work with SecretPolicy resources.

type SecretRotationExpansion

type SecretRotationExpansion interface{}

type SecretRotationInterface

type SecretRotationInterface interface {
	Create(ctx context.Context, secretRotation *v1alpha1.SecretRotation, opts v1.CreateOptions) (*v1alpha1.SecretRotation, error)
	Update(ctx context.Context, secretRotation *v1alpha1.SecretRotation, opts v1.UpdateOptions) (*v1alpha1.SecretRotation, error)
	UpdateStatus(ctx context.Context, secretRotation *v1alpha1.SecretRotation, opts v1.UpdateOptions) (*v1alpha1.SecretRotation, 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.SecretRotation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretRotationList, 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.SecretRotation, err error)
	SecretRotationExpansion
}

SecretRotationInterface has methods to work with SecretRotation resources.

type SecretRotationsGetter

type SecretRotationsGetter interface {
	SecretRotations(namespace string) SecretRotationInterface
}

SecretRotationsGetter has a method to return a SecretRotationInterface. A group's client should implement this interface.

type SecretVersionExpansion

type SecretVersionExpansion interface{}

type SecretVersionInterface

type SecretVersionInterface interface {
	Create(ctx context.Context, secretVersion *v1alpha1.SecretVersion, opts v1.CreateOptions) (*v1alpha1.SecretVersion, error)
	Update(ctx context.Context, secretVersion *v1alpha1.SecretVersion, opts v1.UpdateOptions) (*v1alpha1.SecretVersion, error)
	UpdateStatus(ctx context.Context, secretVersion *v1alpha1.SecretVersion, opts v1.UpdateOptions) (*v1alpha1.SecretVersion, 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.SecretVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretVersionList, 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.SecretVersion, err error)
	SecretVersionExpansion
}

SecretVersionInterface has methods to work with SecretVersion resources.

type SecretVersionsGetter

type SecretVersionsGetter interface {
	SecretVersions(namespace string) SecretVersionInterface
}

SecretVersionsGetter has a method to return a SecretVersionInterface. A group's client should implement this interface.

type SecretsGetter

type SecretsGetter interface {
	Secrets(namespace string) SecretInterface
}

SecretsGetter has a method to return a SecretInterface. A group's client should implement this interface.

type SecretsmanagerV1alpha1Client

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

SecretsmanagerV1alpha1Client is used to interact with features provided by the secretsmanager.aws.kubeform.com group.

func New

New creates a new SecretsmanagerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SecretsmanagerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SecretsmanagerV1alpha1Client

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

func (*SecretsmanagerV1alpha1Client) RESTClient

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

func (*SecretsmanagerV1alpha1Client) SecretPolicies

func (c *SecretsmanagerV1alpha1Client) SecretPolicies(namespace string) SecretPolicyInterface

func (*SecretsmanagerV1alpha1Client) SecretRotations

func (c *SecretsmanagerV1alpha1Client) SecretRotations(namespace string) SecretRotationInterface

func (*SecretsmanagerV1alpha1Client) SecretVersions

func (c *SecretsmanagerV1alpha1Client) SecretVersions(namespace string) SecretVersionInterface

func (*SecretsmanagerV1alpha1Client) Secrets

func (c *SecretsmanagerV1alpha1Client) Secrets(namespace string) SecretInterface

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