config

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package config is a legacy package, this has been moved to the config package

Index

Constants

View Source
const (
	// TLSUndefined
	//
	// Deprecated: replace with [config.TLSUndefined].
	TLSUndefined = topConfig.TLSUndefined
	// TLSEnabled
	//
	// Deprecated: replace with [config.TLSEnabled].
	TLSEnabled = topConfig.TLSEnabled
	// TLSInsecure
	//
	// Deprecated: replace with [config.TLSInsecure].
	TLSInsecure = topConfig.TLSInsecure
	// TLSDisabled
	//
	// Deprecated: replace with [config.TLSDisabled].
	TLSDisabled = topConfig.TLSDisabled
	// DockerRegistry
	//
	// Deprecated: replace with [config.DockerRegistry].
	DockerRegistry = topConfig.DockerRegistry
	// DockerRegistryAuth
	//
	// Deprecated: replace with [config.DockerRegistryAuth].
	DockerRegistryAuth = topConfig.DockerRegistryAuth
	// DockerRegistryDNS
	//
	// Deprecated: replace with [config.DockerRegistryDNS].
	DockerRegistryDNS = topConfig.DockerRegistryDNS
)

Variables

View Source
var (
	// HostNew
	//
	// Deprecated: replace with [config.HostNew].
	HostNew = topConfig.HostNew
	// HostNewName
	//
	// Deprecated: replace with [config.HostNewName].
	HostNewName = topConfig.HostNewName
)

Functions

This section is empty.

Types

type Host deprecated

type Host = topConfig.Host

Host defines a registry configuration.

Deprecated: replace with config.Host.

type TLSConf deprecated

type TLSConf = topConfig.TLSConf

TLSConf defines the TLS enumerated values.

Deprecated: replace with config.TLSConf.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL