Versions in this module Expand all Collapse all v2 v2.2.2 Mar 31, 2026 v2.2.1 Dec 22, 2025 v2.2.0 Nov 6, 2025 v2.2.0-rc.0 Nov 1, 2025 v2.1.6 Sep 30, 2025 v2.1.6-beta.0 Sep 29, 2025 v2.1.5 Sep 25, 2025 v2.1.4 Sep 5, 2025 v2.1.3 Jul 8, 2025 v2.1.2 May 20, 2025 v2.1.1 May 12, 2025 v2.1.0 May 11, 2025 v2.0.5 May 1, 2025 v2.0.4 Mar 20, 2025 v2.0.3 Jan 21, 2025 v2.0.2 Dec 10, 2024 v2.0.1 Dec 2, 2024 v2.0.0 Nov 6, 2024 Changes in this version + type Auth interface + Params func(data test.Data) []string + type BasicAuth struct + HtFile string + Password string + Realm string + Username string + func (ba *BasicAuth) Params(data test.Data) []string + type CesantaConfig struct + ACL CesantaConfigACL + Server CesantaConfigServer + Token CesantaConfigToken + Users map[string]CesantaConfigUser + func (cc *CesantaConfig) Save(path string) error + type CesantaConfigACL []CesantaConfigACLEntry + type CesantaConfigACLEntry struct + Actions []string + Match CesantaMatchConditions + type CesantaConfigServer struct + Addr string + Certificate string + Key string + type CesantaConfigToken struct + Certificate string + Expiration int + Issuer string + Key string + type CesantaConfigUser struct + Password string + type CesantaMatchConditions struct + Account string + type NoAuth struct + func (na *NoAuth) Params(data test.Data) []string + type Server struct + Cleanup func(data test.Data, helpers test.Helpers) + HostsDir string + IP net.IP + Logs func(data test.Data, helpers test.Helpers) + Port int + Scheme string + Setup func(data test.Data, helpers test.Helpers) + func NewDockerRegistry(data test.Data, helpers test.Helpers, currentCA *ca.CA, port int, auth Auth) *Server + func NewKuboRegistry(data test.Data, helpers test.Helpers, t *testing.T, currentCA *ca.CA, port int, ...) *Server + type TokenAuth struct + Address string + CertPath string + func (ta *TokenAuth) Params(data test.Data) []string + type TokenAuthServer struct + Auth Auth + CertPath string + Cleanup func(data test.Data, helpers test.Helpers) + IP net.IP + Logs func(data test.Data, helpers test.Helpers) + Port int + Scheme string + Setup func(data test.Data, helpers test.Helpers) + func NewCesantaAuthServer(data test.Data, helpers test.Helpers, ca *ca.CA, port int, user, pass string, ...) *TokenAuthServer v2.0.0-rc.3 Oct 24, 2024