Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 2a342da

Browse files
committed
schema/pod: remove UUID field
The arrival of pods in #207 removed the UUID field from the PodManifest (instead requiring that the metadata service expose it), but this was sadly not reflected in the actual schema code.
1 parent acb00f3 commit 2a342da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema/pod.go

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const PodManifestKind = types.ACKind("PodManifest")
1313
type PodManifest struct {
1414
ACVersion types.SemVer `json:"acVersion"`
1515
ACKind types.ACKind `json:"acKind"`
16-
UUID types.UUID `json:"uuid"`
1716
Apps AppList `json:"apps"`
1817
Volumes []types.Volume `json:"volumes"`
1918
Isolators []types.Isolator `json:"isolators"`

0 commit comments

Comments
 (0)