Versions in this module Expand all Collapse all v0 v0.0.1 May 22, 2024 Changes in this version + type SecretStore struct + func NewSecretStore(ctx context.Context, local client.Client, _ *tls.Config, ...) (*SecretStore, error) + func (ss *SecretStore) DeleteKeyValues(ctx context.Context, s *store.Secret, do ...store.DeleteOption) error + func (ss *SecretStore) ReadKeyValues(ctx context.Context, n store.ScopedName, s *store.Secret) error + func (ss *SecretStore) WriteKeyValues(ctx context.Context, s *store.Secret, wo ...store.WriteOption) (bool, error)