box

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBoxCmd

func NewBoxCmd(configRef *config.ConfigRef) *cobra.Command

func NewBoxInfoCmd

func NewBoxInfoCmd(configRef *config.ConfigRef) *cobra.Command

func NewBoxListCmd

func NewBoxListCmd(configRef *config.ConfigRef) *cobra.Command

func NewBoxOpenCmd

func NewBoxOpenCmd(configRef *config.ConfigRef) *cobra.Command

func NewBoxStartCmd

func NewBoxStartCmd(configRef *config.ConfigRef) *cobra.Command

func NewBoxStopCmd

func NewBoxStopCmd(configRef *config.ConfigRef) *cobra.Command

Types

type BoxValue

type BoxValue struct {
	Name          string
	Created       string
	Healthy       bool
	Size          string
	Provider      ProviderValue
	CacheTemplate *commonModel.CachedTemplateInfo `yaml:"cache,omitempty"`
	GitTemplate   *commonModel.GitTemplateInfo    `yaml:"git,omitempty"`
	Env           []string                        `yaml:",omitempty"`
	Ports         []string                        `yaml:",omitempty"`
}

type ProviderValue

type ProviderValue struct {
	Name           string
	DockerProvider *commonModel.DockerProviderInfo `yaml:"docker,omitempty"`
	KubeProvider   *commonModel.KubeProviderInfo   `yaml:"kubernetes,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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