Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DevxConfig ¶ added in v0.2.4
type DevxConfig struct {
Name string `yaml:"name"` // Project name
Tunnels []DevxConfigTunnel `yaml:"tunnels"` // List of ports to expose
}
type DevxConfigTunnel ¶ added in v0.2.4
Click to show internal directories.
Click to hide internal directories.