Skip to content

Commit

Permalink
fix(kubenetesjob): Fixed missing updated hostNetwork option for job. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chlung authored and lwander committed Mar 17, 2017
1 parent cce19b8 commit a571295
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class RunKubernetesJobDescription extends KubernetesAtomicOperationDescription {
String stack
String freeFormDetails
String namespace
Boolean hostNetwork=false
KubernetesContainerDescription container
List<KubernetesVolumeSource> volumeSources
}

0 comments on commit a571295

Please sign in to comment.