Versions in this module Expand all Collapse all v0 v0.0.1 May 22, 2024 Changes in this version + type SecretStore struct + func NewSecretStore(_ context.Context, kube client.Client, tcfg *tls.Config, ...) (*SecretStore, error) + func (ss *SecretStore) DeleteKeyValues(ctx context.Context, s *store.Secret, _ ...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, _ ...store.WriteOption) (changed bool, err error)