Skip to content

Commit

Permalink
init property
Browse files Browse the repository at this point in the history
  • Loading branch information
marekliszka committed Apr 4, 2023
1 parent 62f128f commit c3dd0ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubeluigi/__init__.py
Expand Up @@ -154,4 +154,6 @@ def add_volume(self, volume):

def add_toleration(self, key, value, effect='NoSchedule', operator='Equals'):
toleration = V1Toleration(key=key, value=value, effect=effect, operator=operator)
return self.tolerations.append(toleration)

return self.tolerations.append(toleration)

0 comments on commit c3dd0ff

Please sign in to comment.