environment

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package environment provides utilities for handling environment variables and environment-related operations for containers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseEnvironmentVariables

func ParseEnvironmentVariables(envVars []string) (map[string]string, error)

ParseEnvironmentVariables parses environment variables from a slice of strings in the format KEY=VALUE

func ParseSecretParameters

func ParseSecretParameters(ctx context.Context, parameters []string, secretsManager secrets.Provider) (map[string]string, error)

ParseSecretParameters parses the secret parameters from the command line, fetches them from the secrets manager, and returns a map of secrets and their environment variable names.

func SetTransportEnvironmentVariables

func SetTransportEnvironmentVariables(envVars map[string]string, transportType string, port int)

SetTransportEnvironmentVariables sets transport-specific environment variables

Types

This section is empty.

Jump to

Keyboard shortcuts

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