feat: support app.k8s.io applications paging query
Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
@@ -42,6 +42,7 @@ func init() {
|
||||
resources[S2iBuilders] = &s2iBuilderSearcher{}
|
||||
resources[S2iRuns] = &s2iRunSearcher{}
|
||||
resources[HorizontalPodAutoscalers] = &hpaSearcher{}
|
||||
resources[Applications] = &appSearcher{}
|
||||
|
||||
resources[Nodes] = &nodeSearcher{}
|
||||
resources[Namespaces] = &namespaceSearcher{}
|
||||
@@ -103,6 +104,7 @@ const (
|
||||
Services = "services"
|
||||
StatefulSets = "statefulsets"
|
||||
HorizontalPodAutoscalers = "horizontalpodautoscalers"
|
||||
Applications = "applications"
|
||||
Nodes = "nodes"
|
||||
Namespaces = "namespaces"
|
||||
StorageClasses = "storageclasses"
|
||||
|
||||
Reference in New Issue
Block a user