Versions in this module Expand all Collapse all v0 v0.2.0 Aug 14, 2026 Changes in this version + func AssertListMetadata(t *testing.T, lister secrets.Lister, namespace secrets.Namespace) + func ErrorText(err error) string + func RunList(t *testing.T, lister secrets.Lister, config StoreContractOptions) + func RunStore(t *testing.T, factory StoreFactory, options ...StoreContractOptions) + type ContractOptions = StoreContractOptions + type StoreContractConfig = StoreContractOptions + type StoreContractOptions struct + Namespace secrets.Namespace + OtherReference secrets.Reference + OutsideReference secrets.Reference + Reference secrets.Reference + RequireCompareAndSwap bool + RequireCreateOnly bool + RequireListing bool + RequireVersion bool + type StoreFactory func(t *testing.T) secrets.Store v0.1.0 Aug 10, 2026