Documentation
¶
Overview ¶
Package config provides constants and helpers for registry server config file management.
Index ¶
Constants ¶
View Source
const ( // RegistryServerConfigFilePath is the file path where the registry server config file will be mounted RegistryServerConfigFilePath = "/config" // RegistryServerConfigFileName is the name of the registry server config file RegistryServerConfigFileName = "config.yaml" )
Variables ¶
This section is empty.
Functions ¶
func RawConfigToConfigMap ¶ added in v0.17.0
RawConfigToConfigMap creates a ConfigMap from a raw YAML config string without parsing or transforming its content. It applies the same content checksum annotation used by ToConfigMapWithContentChecksum.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.