k3d

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	APIPort       string   `json:"api-port,omitempty" yaml:"api-port,omitempty"`
	Envs          []string `json:"envs,omitempty" yaml:"envs,omitempty"`
	GPUs          string   `json:"gpus,omitempty" yaml:"gpus,omitempty"`
	Image         string   `json:"image,omitempty" yaml:"image,omitempty"`
	Labels        []string `json:"labels,omitempty" yaml:"labels,omitempty"`
	MastersMemory string   `json:"masters-memory,omitempty" yaml:"masters-memory,omitempty"`
	NoLB          bool     `json:"no-lb,omitempty" yaml:"no-lb,omitempty"`
	NoImageVolume bool     `json:"no-image-volume,omitempty" yaml:"no-image-volume,omitempty"`
	Ports         []string `json:"ports,omitempty" yaml:"ports,omitempty"`
	Volumes       []string `json:"volumes,omitempty" yaml:"volumes,omitempty"`
	WorkersMemory string   `json:"workers-memory,omitempty" yaml:"workers-memory,omitempty"`
}

Options k3d provider's custom parameters.

Jump to

Keyboard shortcuts

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