Versions in this module Expand all Collapse all v0 v0.5.8 Aug 23, 2022 Changes in this version + type ProviderOnePassword struct + func (provider *ProviderOnePassword) Close(ctx context.Context) error + func (provider *ProviderOnePassword) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error) + func (provider *ProviderOnePassword) GetSecret(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) ([]byte, error) + func (provider *ProviderOnePassword) GetSecretMap(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) (map[string][]byte, error) + func (provider *ProviderOnePassword) NewClient(ctx context.Context, store esv1beta1.GenericStore, kube kclient.Client, ...) (esv1beta1.SecretsClient, error) + func (provider *ProviderOnePassword) Validate() (esv1beta1.ValidationResult, error) + func (provider *ProviderOnePassword) ValidateStore(store esv1beta1.GenericStore) error