mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
api: added scaling_policy context to global search
This commit is contained in:
@@ -12,6 +12,7 @@ const (
|
||||
Namespaces Context = "namespaces"
|
||||
Quotas Context = "quotas"
|
||||
Recommendations Context = "recommendations"
|
||||
ScalingPolicies Context = "scaling_policy"
|
||||
Plugins Context = "plugins"
|
||||
Volumes Context = "volumes"
|
||||
All Context = "all"
|
||||
|
||||
1
vendor/github.com/hashicorp/nomad/api/contexts/contexts.go
generated
vendored
1
vendor/github.com/hashicorp/nomad/api/contexts/contexts.go
generated
vendored
@@ -12,6 +12,7 @@ const (
|
||||
Namespaces Context = "namespaces"
|
||||
Quotas Context = "quotas"
|
||||
Recommendations Context = "recommendations"
|
||||
ScalingPolicies Context = "scaling_policy"
|
||||
Plugins Context = "plugins"
|
||||
Volumes Context = "volumes"
|
||||
All Context = "all"
|
||||
|
||||
Reference in New Issue
Block a user