-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: enforce unique app names within a pod
Since 9aafd97 landed, app references within a pod gained a name field that is distinct from the name of the underlying image. However, the spec did not address whether this field needed to be unique, which made it unclear as to how to facilitate e.g. multiple apps within a pod using the same image. This makes the name field a) required, and b) unique within a pod. Accordingly, apps in a running pod can now be uniquely, globally identified by the combination of Pod UUID + name. Fixes appc#84
- Loading branch information
Showing
3 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters