unversioned

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2018 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 Config

type Config struct {
	Env          map[string]string
	Entrypoint   []string
	Cmd          []string
	Volumes      []string
	Workdir      string
	ExposedPorts []string
}

type EnvVar

type EnvVar struct {
	Key   string
	Value string
}

type FlattenedConfig added in v0.2.0

type FlattenedConfig struct {
	Env          []string            `json:"Env"`
	Entrypoint   []string            `json:"Entrypoint"`
	Cmd          []string            `json:"Cmd"`
	Volumes      map[string]string   `json:"Volumes"`
	Workdir      string              `json:"WorkingDir"`
	ExposedPorts map[string][]string `json:"ExposedPorts"`
}

type FlattenedMetadata added in v0.2.0

type FlattenedMetadata struct {
	Config FlattenedConfig `json:"config"`
}

Jump to

Keyboard shortcuts

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