Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fixes #5204 by introducing labels for PodSpec.
Browse files Browse the repository at this point in the history
Test Plan: sbt test

Reviewers: unterstein, jeschkies, jenkins

Reviewed By: unterstein, jeschkies, jenkins

Subscribers: marathon-team

Differential Revision: https://phabricator.mesosphere.com/D534
  • Loading branch information
aquamatthias committed Feb 22, 2017
1 parent d1e375d commit 0f2f5eb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ trait PodSpec extends RunSpec {
* The networks that this pod will be a member of.
*/
val networks: Seq[NetworkSpec]

/**
* The labels in that pod.
*/
val labels: Map[String, String]
}

0 comments on commit 0f2f5eb

Please sign in to comment.