Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Name string `toml:"name"` Image string `toml:"image"` Command string `toml:"command"` }
func (Container) Descriptor ¶
func (c Container) Descriptor() *api.Descriptor
type Pod ¶
type Pod struct { Name string `toml:"name"` Containers []container `toml:"containers"` }
func (Pod) Descriptor ¶
func (p Pod) Descriptor() *api.Descriptor
Click to show internal directories.
Click to hide internal directories.