Skip to content

Commit acd1140

Browse files
committed
step into
1 parent 557da1f commit acd1140

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

controllers/consoleplugin/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ type ScopeConfig struct {
9797
Groups []string `yaml:"groups,omitempty" json:"groups,omitempty"`
9898
Filter string `yaml:"filter,omitempty" json:"filter,omitempty"`
9999
Filters []string `yaml:"filters,omitempty" json:"filters,omitempty"`
100+
StepInto string `yaml:"stepInto,omitempty" json:"stepInto,omitempty"`
100101
}
101102

102103
type FieldConfig struct {

controllers/consoleplugin/config/static-frontend-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ scopes:
913913
- K8S_ClusterName
914914
feature: multiCluster
915915
filter: cluster_name
916+
stepInto: zone
916917
- id: zone
917918
name: Zone
918919
shortName: AZ
@@ -926,9 +927,9 @@ scopes:
926927
filters:
927928
- src_zone
928929
- dst_zone
930+
stepInto: host
929931
- id: host
930932
name: Node
931-
shortName: Node
932933
description: Node on which the resources are running
933934
labels:
934935
- SrcK8S_HostName
@@ -940,6 +941,7 @@ scopes:
940941
filters:
941942
- src_host_name
942943
- dst_host_name
944+
stepInto: resource
943945
- id: namespace
944946
name: Namespace
945947
shortName: NS
@@ -957,6 +959,7 @@ scopes:
957959
filters:
958960
- src_namespace
959961
- dst_namespace
962+
stepInto: owner
960963
- id: owner
961964
name: Owner
962965
shortName: Own
@@ -982,6 +985,7 @@ scopes:
982985
filters:
983986
- src_owner_name
984987
- dst_owner_name
988+
stepInto: resource
985989
- id: resource
986990
name: Resource
987991
shortName: Res

0 commit comments

Comments
 (0)