Skip to content

Commit

Permalink
Merge pull request #107 from boucherv-project/master
Browse files Browse the repository at this point in the history
Add nodeName support in podSpec
  • Loading branch information
mortenlj authored Feb 23, 2022
2 parents f9d46ff + 79f2f25 commit 54cb7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/models/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class PodSpec(Model):
terminationGracePeriodSeconds = Field(int)
activeDeadlineSeconds = Field(int)
dnsPolicy = Field(six.text_type, "ClusterFirst")
nodeName = Field(six.text_type)
nodeSelector = Field(dict)
selector = Field(dict)
serviceAccountName = Field(six.text_type, "default")
Expand Down

0 comments on commit 54cb7cc

Please sign in to comment.