Versions in this module Expand all Collapse all v0 v0.5.8 Aug 23, 2022 Changes in this version + const STSEndpointEnv + const SVMEndpointEnv + const VaultEndpointEnv + type VMInterface interface + GetSecretBundleByName func(ctx context.Context, request secrets.GetSecretBundleByNameRequest) (secrets.GetSecretBundleByNameResponse, error) + type VaultManagementService struct + Client VMInterface + func (vms *VaultManagementService) Close(ctx context.Context) error + func (vms *VaultManagementService) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error) + func (vms *VaultManagementService) GetSecret(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) ([]byte, error) + func (vms *VaultManagementService) GetSecretMap(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) (map[string][]byte, error) + func (vms *VaultManagementService) NewClient(ctx context.Context, store esv1beta1.GenericStore, kube kclient.Client, ...) (esv1beta1.SecretsClient, error) + func (vms *VaultManagementService) Validate() (esv1beta1.ValidationResult, error) + func (vms *VaultManagementService) ValidateStore(store esv1beta1.GenericStore) error