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

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 1, 2018
1 parent 1a9358b commit 9f44c73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions kube_downscaler/resources/scalable.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import abc

DOWNSCALER_SAVED_ANNOTATION = 'kubedownscaler.org/saved'


class Scalable(abc.ABC):

Expand Down
2 changes: 1 addition & 1 deletion kube_downscaler/resources/stackset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class StackSet(NamespacedAPIObject, Scalable):
"""
Use latest workloads API version (apps/v1), pykube is stuck with old version
Support the StackSet resource (https://github.com/zalando-incubator/stackset-controller)
"""

version = "zalando.org/v1"
Expand Down

0 comments on commit 9f44c73

Please sign in to comment.