Documentation ¶
Index ¶
- func FetchImageConfig(ctx context.Context, imageName string, platform *v1.Platform) (config v1.ImageConfig, err error)
- type APTConfig
- type CondaConfig
- type CopyInfo
- type ExposeItem
- type GitConfig
- type Graph
- type HTTPInfo
- type JupyterConfig
- type Language
- type MountInfo
- type RStudioServerConfig
- type RunBuildCommand
- type RuntimeGraph
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchImageConfig ¶ added in v0.3.20
Types ¶
type CondaConfig ¶ added in v0.1.0
type ExposeItem ¶ added in v0.2.0
type JupyterConfig ¶
type RStudioServerConfig ¶ added in v0.2.0
type RStudioServerConfig struct { }
type RunBuildCommand ¶ added in v0.2.4
type RuntimeGraph ¶ added in v0.2.0
type RuntimeGraph struct { RuntimeCommands map[string]string `json:"commands,omitempty"` RuntimeDaemon [][]string `json:"daemon,omitempty"` RuntimeInitScript [][]string `json:"init_script,omitempty"` RuntimeEnviron map[string]string `json:"environ,omitempty"` RuntimeEnvPaths []string `json:"env_paths,omitempty"` RuntimeExpose []ExposeItem `json:"expose,omitempty"` }
The results during runtime should be maintained here
func (*RuntimeGraph) Dump ¶ added in v0.2.0
func (rg *RuntimeGraph) Dump() (string, error)
func (*RuntimeGraph) Load ¶ added in v0.2.0
func (rg *RuntimeGraph) Load(code []byte) error
Click to show internal directories.
Click to hide internal directories.