types

package
v1.7.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	AnnotationEnvMapping = "plugin.rig.dev/env-mapping"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AnnotationSource

type AnnotationSource struct {
	// Container name default to capsule name.
	Container string `json:"container,omitempty"`
	// Optional ConfigMap reference.
	ConfigMap string `json:"configMap,omitempty"`
	// Optional Secret reference.
	Secret string `json:"secret,omitempty"`
	// Mappings ENV:KEY
	Mappings map[string]string `json:"mappings"`
}

type AnnotationValue

type AnnotationValue struct {
	Sources []AnnotationSource `json:"sources"`
}

Jump to

Keyboard shortcuts

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