run

package
v0.34.5 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

func Run

func Run(_ context.Context, c *cli.Command) error

Types

type ComposeFileVariables

type ComposeFileVariables struct {
	ApplicationName      string
	ImageName            string
	Port                 int
	TargetPort           int
	EnvironmentVariables map[string]string
}

type HelmValues

type HelmValues struct {
	Env []struct {
		Name  string `yaml:"name"`
		Value string `yaml:"value"`
	} `yaml:"env"`
	Service struct {
		Port       int `yaml:"port"`
		TargetPort int `yaml:"targetPort"`
	} `yaml:"service"`
}

func (HelmValues) GetEnvironmentVariablesMap

func (v HelmValues) GetEnvironmentVariablesMap() map[string]string

Jump to

Keyboard shortcuts

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