@@ -4,7 +4,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
44 {
55 id : 'cluster' ,
66 name : 'Cluster' ,
7- shortName : 'Cl' ,
87 description : 'Cluster name or identifier' ,
98 labels : [ 'K8S_ClusterName' ] ,
109 feature : 'multiCluster' ,
@@ -13,7 +12,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
1312 {
1413 id : 'zone' ,
1514 name : 'Zone' ,
16- shortName : 'AZ' ,
1715 description : 'Availability zone' ,
1816 labels : [ 'SrcK8S_Zone' , 'DstK8S_Zone' ] ,
1917 feature : 'zones' ,
@@ -23,7 +21,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
2321 {
2422 id : 'host' ,
2523 name : 'Node' ,
26- shortName : 'Nd' ,
2724 description : 'Node on which the resources are running' ,
2825 labels : [ 'SrcK8S_HostName' , 'DstK8S_HostName' ] ,
2926 groups : [ 'clusters' , 'zones' , 'clusters+zones' ] ,
@@ -32,7 +29,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
3229 {
3330 id : 'namespace' ,
3431 name : 'Namespace' ,
35- shortName : 'NS' ,
3632 description : 'Resource namespace' ,
3733 labels : [ 'SrcK8S_Namespace' , 'DstK8S_Namespace' ] ,
3834 groups : [ 'clusters' , 'clusters+zones' , 'clusters+hosts' , 'zones' , 'zones+hosts' , 'hosts' ] ,
@@ -41,7 +37,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
4137 {
4238 id : 'owner' ,
4339 name : 'Owner' ,
44- shortName : 'Own' ,
4540 description : 'Controller owner, such as a Deployment' ,
4641 labels : [
4742 'SrcK8S_OwnerName' ,
@@ -68,7 +63,6 @@ export const ScopeDefSample: ScopeConfigDef[] = [
6863 {
6964 id : 'resource' ,
7065 name : 'Resource' ,
71- shortName : 'Res' ,
7266 description : 'Base resource, such as a Pod, a Service or a Node' ,
7367 labels : [
7468 'SrcK8S_Name' ,
0 commit comments