Home
last modified time | relevance | path

Searched refs:PreserveCounts (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Djobs.go93 PreserveCounts bool member
121 req.PreserveCounts = opts.PreserveCounts
1163 PreserveCounts bool `json:",omitempty"` member
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Djobs.go93 PreserveCounts bool member
121 req.PreserveCounts = opts.PreserveCounts
1163 PreserveCounts bool `json:",omitempty"` member
H A Djobs_test.go107 PreserveCounts: true,
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Djob_run.go284 opts.PreserveCounts = preserveCounts
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Djob_endpoint.go399 PreserveCounts: args.PreserveCounts,
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Djob_endpoint.go327 if existingJob != nil && args.PreserveCounts {
H A Djob_endpoint_test.go158 PreserveCounts: true,
/dports/sysutils/nomad/nomad-1.1.0/website/content/api-docs/
H A Djobs.mdx121 - `PreserveCounts` `(bool: false)` - If set, existing task group counts are
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go582 PreserveCounts bool member
H A Dstructs.generated.go52636 r.EncodeBool(bool(x.PreserveCounts))
52643 r.EncodeStringEnc(codecSelferCcUTF8100, `PreserveCounts`)
52648 r.EncodeBool(bool(x.PreserveCounts))
52889 x.PreserveCounts = false
52891 x.PreserveCounts = (bool)(r.DecodeBool())
53015 x.PreserveCounts = false
53017 x.PreserveCounts = (bool)(r.DecodeBool())