mirror of
https://github.com/containers/podman.git
synced 2025-06-25 12:20:42 +08:00
Add basic structure of a spec generator for pods
This will be used for remote creation of pods initially. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -53,7 +53,7 @@ type ContainerBasicConfig struct {
|
||||
Terminal bool `json:"terminal,omitempty"`
|
||||
// Stdin is whether the container will keep its STDIN open.
|
||||
Stdin bool `json:"stdin,omitempty"`
|
||||
// Labels are key-valid labels that are used to add metadata to
|
||||
// Labels are key-value pairs that are used to add metadata to
|
||||
// containers.
|
||||
// Optional.
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
|
Reference in New Issue
Block a user