Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEndpoint ¶
func NewEndpoint(model *Kubernetes, ports remote.PortsConfig, logger io.WriteCloser, testName string, dir string) *remote.Endpoint
Types ¶
type Kubernetes ¶
type Kubernetes struct { Dir string `yaml:"dir"` AppService string `yaml:"app-service"` AppDockerFile string `yaml:"app-docker-file"` AppDockerContext string `yaml:"app-docker-context"` AppDockerTag string `yaml:"app-docker-tag"` AppDockerPort int `yaml:"app-docker-port"` ImportImages []string `yaml:"import-images"` }
Click to show internal directories.
Click to hide internal directories.