envmapping

package
v1.8.5 Latest Latest
Warning

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

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

README

Config

Documentation

Index

Constants

View Source
const (
	Name                 = "rigdev.env_mapping"
	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"`
}

type Config

type Config struct{}

Configuration for the env_mapping plugin +kubebuilder:object:root=true

type Plugin

type Plugin struct{}

func (*Plugin) Initialize

func (p *Plugin) Initialize(_ plugin.InitializeRequest) error

func (*Plugin) Run

func (p *Plugin) Run(_ context.Context, req pipeline.CapsuleRequest, _ hclog.Logger) error

Jump to

Keyboard shortcuts

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