Change flag name to KeepArchive for backward compatibility (#787)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user