Change flag name to KeepArchive for backward compatibility (#787)

This commit is contained in:
Ta-Ching Chen
2018-07-06 03:13:07 +08:00
committed by GitHub
parent 5b6582698c
commit 61569d1c38
8 changed files with 34 additions and 33 deletions
+2 -2
View File
@@ -271,9 +271,9 @@ type (
// Optional, defaults to 360 seconds
TerminationGracePeriod int64
// ExtractArchive is used by fetcher to determine if the extracted archive
// KeepArchive is used by fetcher to determine if the extracted archive
// or unarchived file should be placed, which is then used by specialize handler
ExtractArchive bool `json:"extractarchive,extract"`
KeepArchive bool `json:"keeparchive"`
}
AllowedFunctionsPerContainer string