Documentation ¶
Index ¶
- type Provider
- type WebHook
- func (w *WebHook) Close(_ context.Context) error
- func (w *WebHook) DeleteSecret(_ context.Context, _ esv1beta1.PushSecretRemoteRef) error
- func (w *WebHook) GetAllSecrets(_ context.Context, _ 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) PushSecret(_ context.Context, _ *corev1.Secret, _ esv1beta1.PushSecretData) error
- func (w *WebHook) SecretExists(_ context.Context, _ esv1beta1.PushSecretRemoteRef) (bool, error)
- func (w *WebHook) Validate() (esv1beta1.ValidationResult, 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) Capabilities ¶ added in v0.7.0
func (p *Provider) Capabilities() esv1beta1.SecretStoreCapabilities
Capabilities return the provider supported capabilities (ReadOnly, WriteOnly, ReadWrite).
func (*Provider) ValidateStore ¶ added in v0.5.0
type WebHook ¶
type WebHook struct {
// contains filtered or unexported fields
}
func (*WebHook) DeleteSecret ¶ added in v0.7.0
func (*WebHook) GetAllSecrets ¶ added in v0.5.0
func (w *WebHook) GetAllSecrets(_ context.Context, _ esv1beta1.ExternalSecretFind) (map[string][]byte, error)
GetAllSecrets Empty .
func (*WebHook) GetSecretMap ¶
func (*WebHook) PushSecret ¶ added in v0.7.0
PushSecret not implement.
func (*WebHook) SecretExists ¶ added in v0.9.14
Click to show internal directories.
Click to hide internal directories.