definitions

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnvironmentSecretsToEnvVars

func EnvironmentSecretsToEnvVars(secretName string, secrets []EnvironmentSecret) []v1.EnvVar

func FileSecretsToVolumeMounts

func FileSecretsToVolumeMounts(secretName, resourceName string, secrets []FileSecret) (v1.Volume, []v1.VolumeMount)

Types

type EnvironmentSecret

type EnvironmentSecret struct {
	SecretKey  string
	EnvVarName string
}

type FileSecret

type FileSecret struct {
	SecretKey string
	MountPath string
}

Jump to

Keyboard shortcuts

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