api: added scaling_policy context to global search

This commit is contained in:
Chris Baker
2021-02-03 21:28:32 +00:00
parent a4d6fc3293
commit 32c7b7d9c3
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"