Documentation ¶
Index ¶
- type Provider
- type WebHook
- func (w *WebHook) Close(ctx context.Context) error
- func (w *WebHook) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error)
- func (w *WebHook) GetSecret(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) ([]byte, error)
- func (w *WebHook) GetSecretMap(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) (map[string][]byte, error)
- func (w *WebHook) Validate() error
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) ValidateStore ¶ added in v0.5.0
func (p *Provider) ValidateStore(store esv1beta1.GenericStore) error
type WebHook ¶
type WebHook struct {
// contains filtered or unexported fields
}
func (*WebHook) GetAllSecrets ¶ added in v0.5.0
func (w *WebHook) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error)
Empty GetAllSecrets.
func (*WebHook) GetSecretMap ¶
Click to show internal directories.
Click to hide internal directories.