config

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

func RawConfigToConfigMap(registryName, namespace, configYAML string) (*corev1.ConfigMap, error)

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.

Jump to

Keyboard shortcuts

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