Merge pull request #345 from smarterclayton/fix_ids

Ensure pod and manifest have a UUID in apiserver
This commit is contained in:
Tim Hockin
2014-07-11 11:29:00 -07:00
17 changed files with 1192 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ type ContainerManifest struct {
// Required: This must be a supported version string, such as "v1beta1".
Version string `yaml:"version" json:"version"`
// Required: This must be a DNS_SUBDOMAIN.
// TODO: ID on Manifest is deprecated and will be removed in the future.
ID string `yaml:"id" json:"id"`
Volumes []Volume `yaml:"volumes" json:"volumes"`
Containers []Container `yaml:"containers" json:"containers"`