envimport

package
v0.0.0-...-81cdc2d Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register()

Types

type Config

type Config struct {
	Labels map[string]string `json:"Labels"`
}

type EnvConfig

type EnvConfig struct {
	UsePodLabels bool      `yaml:"usePodLabels"`
	EnvList      []EnvList `yaml:"envList"`
}

type EnvList

type EnvList struct {
	Envs      []container.EnvVar `yaml:"envs"`
	Selectors []Selector         `yaml:"selectors"`
}

type ImageMeta

type ImageMeta struct {
	ImageSpec ImageSpec `json:"imageSpec"`
}

type ImageSpec

type ImageSpec struct {
	Config Config `json:"config"`
}

type Selector

type Selector struct {
	Key   string `yaml:"key"`
	Value string `yaml:"value"`
}

Jump to

Keyboard shortcuts

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