Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Feb 19, 2019
1 parent 5f76852 commit 6ba1e33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ type GAE struct {
// and autoscaling configurations.
AppFile string `json:"app_file"`

// MaxVersions is an optional value that can be used along with the "deploy" action.
// If set to a non-zero value, the plugin will look up the versions of the deployed
// service and delete any older versions beyond the "max" value provided.
// MaxVersions is an optional value that can be used along with the "deploy" or
// "update" actions. If set to a non-zero value, the plugin will look up the versions
// of the deployed service and delete any older versions beyond the "max" value
// provided.
MaxVersions int `json:"max_versions"`

// CronFile is the name of the cron.yaml file to use for this deployment. This field
Expand Down

0 comments on commit 6ba1e33

Please sign in to comment.