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

Commit 9f44c73

Browse files
committed
remove unused constant
1 parent 1a9358b commit 9f44c73

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kube_downscaler/resources/scalable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import abc
22

3-
DOWNSCALER_SAVED_ANNOTATION = 'kubedownscaler.org/saved'
4-
53

64
class Scalable(abc.ABC):
75

kube_downscaler/resources/stackset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

1111
version = "zalando.org/v1"

0 commit comments

Comments
 (0)