Skip to content

Commit 98241ae

Browse files
committed
step into
1 parent 557da1f commit 98241ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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 & 0 deletions
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,6 +927,7 @@ scopes:
926927
filters:
927928
- src_zone
928929
- dst_zone
930+
stepInto: host
929931
- id: host
930932
name: Node
931933
shortName: Node
@@ -940,6 +942,7 @@ scopes:
940942
filters:
941943
- src_host_name
942944
- dst_host_name
945+
stepInto: resource
943946
- id: namespace
944947
name: Namespace
945948
shortName: NS
@@ -957,6 +960,7 @@ scopes:
957960
filters:
958961
- src_namespace
959962
- dst_namespace
963+
stepInto: owner
960964
- id: owner
961965
name: Owner
962966
shortName: Own
@@ -982,6 +986,7 @@ scopes:
982986
filters:
983987
- src_owner_name
984988
- dst_owner_name
989+
stepInto: resource
985990
- id: resource
986991
name: Resource
987992
shortName: Res

0 commit comments

Comments
 (0)