Fixes the backward compatibility with for environments created in earlier versions (#508)

Makes environment poolsize & pod cleanup tags compatible with previous versions
This commit is contained in:
Vishal
2018-02-26 23:21:09 +05:30
committed by GitHub
parent bd609fa18e
commit f83512f176
3 changed files with 40 additions and 5 deletions
+1
View File
@@ -314,6 +314,7 @@ type (
)
const EXECUTOR_INSTANCEID_LABEL string = "executorInstanceId"
const POOLMGR_INSTANCEID_LABEL string = "poolmgrInstanceId"
const (
ChecksumTypeSHA256 ChecksumType = "sha256"