webhook

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct{}

Provider satisfies the provider interface.

func (*Provider) Capabilities added in v0.7.0

func (p *Provider) Capabilities() esv1beta1.SecretStoreCapabilities

Capabilities return the provider supported capabilities (ReadOnly, WriteOnly, ReadWrite).

func (*Provider) NewClient

func (p *Provider) NewClient(_ context.Context, store esv1beta1.GenericStore, kube client.Client, namespace string) (esv1beta1.SecretsClient, error)

func (*Provider) ValidateStore added in v0.5.0

func (p *Provider) ValidateStore(_ esv1beta1.GenericStore) error

type WebHook

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

func (*WebHook) Close

func (w *WebHook) Close(_ context.Context) error

func (*WebHook) DeleteSecret added in v0.7.0

func (w *WebHook) DeleteSecret(_ context.Context, _ esv1beta1.PushRemoteRef) error

func (*WebHook) GetAllSecrets added in v0.5.0

func (w *WebHook) GetAllSecrets(_ context.Context, _ esv1beta1.ExternalSecretFind) (map[string][]byte, error)

Empty GetAllSecrets.

func (*WebHook) GetSecret

func (*WebHook) GetSecretMap

func (w *WebHook) GetSecretMap(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) (map[string][]byte, error)

func (*WebHook) PushSecret added in v0.7.0

func (w *WebHook) PushSecret(_ context.Context, _ []byte, _ esv1beta1.PushRemoteRef) error

Not Implemented PushSecret.

func (*WebHook) Validate added in v0.4.2

func (w *WebHook) Validate() (esv1beta1.ValidationResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL