namirasoft-infra 1.4.19 → 1.4.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,54 +167,54 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
167
167
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
168
168
  cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
169
169
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
170
- meta_profile_cluster_id: new BaseMetaColumn(this, "meta_profile_cluster_id", "Meta Profile Cluster ID", "String", true),
171
- meta_profile_cluster_name: new BaseMetaColumn(this, "meta_profile_cluster_name", "Meta Profile Cluster Name", "String", true),
172
- meta_profile_cluster_version: new BaseMetaColumn(this, "meta_profile_cluster_version", "Meta Profile Cluster Version", "String", true),
173
- meta_profile_node_count: new BaseMetaColumn(this, "meta_profile_node_count", "Meta Profile Node Count", "String", true),
174
- meta_profile_node_count_ready: new BaseMetaColumn(this, "meta_profile_node_count_ready", "Meta Profile Node Count Ready", "String", true),
175
- meta_profile_node_count_not_ready: new BaseMetaColumn(this, "meta_profile_node_count_not_ready", "Meta Profile Node Count Not Ready", "String", true),
176
- meta_profile_node_count_master: new BaseMetaColumn(this, "meta_profile_node_count_master", "Meta Profile Node Count Master", "String", true),
177
- meta_profile_node_count_worker: new BaseMetaColumn(this, "meta_profile_node_count_worker", "Meta Profile Node Count Worker", "String", true),
178
- meta_profile_total_cpu: new BaseMetaColumn(this, "meta_profile_total_cpu", "Meta Profile Total CPU", "String", true),
179
- meta_profile_total_gpu: new BaseMetaColumn(this, "meta_profile_total_gpu", "Meta Profile Total GPU", "String", true),
180
- meta_profile_total_memory: new BaseMetaColumn(this, "meta_profile_total_memory", "Meta Profile Total Memory", "String", true),
181
- meta_profile_total_disk: new BaseMetaColumn(this, "meta_profile_total_disk", "Meta Profile Total Disk", "String", true),
182
- meta_profile_total_pod_capacity: new BaseMetaColumn(this, "meta_profile_total_pod_capacity", "Meta Profile Total Pod Capacity", "String", true),
183
- meta_profile_usage_cpu: new BaseMetaColumn(this, "meta_profile_usage_cpu", "Meta Profile Usage CPU", "String", true),
184
- meta_profile_usage_gpu: new BaseMetaColumn(this, "meta_profile_usage_gpu", "Meta Profile Usage GPU", "String", true),
185
- meta_profile_usage_memory: new BaseMetaColumn(this, "meta_profile_usage_memory", "Meta Profile Usage Memory", "String", true),
186
- meta_profile_usage_disk: new BaseMetaColumn(this, "meta_profile_usage_disk", "Meta Profile Usage Disk", "String", true),
187
- meta_profile_requested_cpu: new BaseMetaColumn(this, "meta_profile_requested_cpu", "Meta Profile Requested CPU", "String", true),
188
- meta_profile_requested_gpu: new BaseMetaColumn(this, "meta_profile_requested_gpu", "Meta Profile Requested GPU", "String", true),
189
- meta_profile_requested_memory: new BaseMetaColumn(this, "meta_profile_requested_memory", "Meta Profile Requested Memory", "String", true),
190
- meta_profile_requested_disk: new BaseMetaColumn(this, "meta_profile_requested_disk", "Meta Profile Requested Disk", "String", true),
191
- meta_profile_limit_cpu: new BaseMetaColumn(this, "meta_profile_limit_cpu", "Meta Profile Limit CPU", "String", true),
192
- meta_profile_limit_memory: new BaseMetaColumn(this, "meta_profile_limit_memory", "Meta Profile Limit Memory", "String", true),
193
- meta_profile_limit_gpu: new BaseMetaColumn(this, "meta_profile_limit_gpu", "Meta Profile Limit GPU", "String", true),
194
- meta_profile_request_ratio_cpu: new BaseMetaColumn(this, "meta_profile_request_ratio_cpu", "Meta Profile Request Ratio CPU", "String", true),
195
- meta_profile_request_ratio_gpu: new BaseMetaColumn(this, "meta_profile_request_ratio_gpu", "Meta Profile Request Ratio GPU", "String", true),
196
- meta_profile_request_ratio_memory: new BaseMetaColumn(this, "meta_profile_request_ratio_memory", "Meta Profile Request Ratio Memory", "String", true),
197
- meta_profile_request_ratio_disk: new BaseMetaColumn(this, "meta_profile_request_ratio_disk", "Meta Profile Request Ratio Disk", "String", true),
198
- meta_profile_usage_ratio_cpu: new BaseMetaColumn(this, "meta_profile_usage_ratio_cpu", "Meta Profile Usage Ratio CPU", "String", true),
199
- meta_profile_usage_ratio_gpu: new BaseMetaColumn(this, "meta_profile_usage_ratio_gpu", "Meta Profile Usage Ratio GPU", "String", true),
200
- meta_profile_usage_ratio_memory: new BaseMetaColumn(this, "meta_profile_usage_ratio_memory", "Meta Profile Usage Ratio Memory", "String", true),
201
- meta_profile_count_namespace: new BaseMetaColumn(this, "meta_profile_count_namespace", "Meta Profile Count Namespace", "String", true),
202
- meta_profile_count_storage_classes: new BaseMetaColumn(this, "meta_profile_count_storage_classes", "Meta Profile Count Storage Classes", "String", true),
203
- meta_profile_count_pv: new BaseMetaColumn(this, "meta_profile_count_pv", "Meta Profile Count Pv", "String", true),
204
- meta_profile_count_pvc: new BaseMetaColumn(this, "meta_profile_count_pvc", "Meta Profile Count Pvc", "String", true),
205
- meta_profile_count_pod: new BaseMetaColumn(this, "meta_profile_count_pod", "Meta Profile Count Pod", "String", true),
206
- meta_profile_count_pod_running: new BaseMetaColumn(this, "meta_profile_count_pod_running", "Meta Profile Count Pod Running", "String", true),
207
- meta_profile_count_deployment: new BaseMetaColumn(this, "meta_profile_count_deployment", "Meta Profile Count Deployment", "String", true),
208
- meta_profile_count_statefulset: new BaseMetaColumn(this, "meta_profile_count_statefulset", "Meta Profile Count Statefulset", "String", true),
209
- meta_profile_count_daemonset: new BaseMetaColumn(this, "meta_profile_count_daemonset", "Meta Profile Count Daemonset", "String", true),
210
- meta_profile_count_job: new BaseMetaColumn(this, "meta_profile_count_job", "Meta Profile Count Job", "String", true),
211
- meta_profile_count_cronjob: new BaseMetaColumn(this, "meta_profile_count_cronjob", "Meta Profile Count Cronjob", "String", true),
212
- meta_profile_count_service: new BaseMetaColumn(this, "meta_profile_count_service", "Meta Profile Count Service", "String", true),
213
- meta_profile_count_ingress: new BaseMetaColumn(this, "meta_profile_count_ingress", "Meta Profile Count Ingress", "String", true),
214
- meta_profile_count_loadbalancer: new BaseMetaColumn(this, "meta_profile_count_loadbalancer", "Meta Profile Count Loadbalancer", "String", true),
215
- meta_profile_count_network_policy: new BaseMetaColumn(this, "meta_profile_count_network_policy", "Meta Profile Count Network Policy", "String", true),
216
- meta_profile_count_secret: new BaseMetaColumn(this, "meta_profile_count_secret", "Meta Profile Count Secret", "String", true),
217
- meta_profile_count_config: new BaseMetaColumn(this, "meta_profile_count_config", "Meta Profile Count Config", "String", true),
170
+ meta_profile_cluster_id: new BaseMetaColumn(this, "meta_profile_cluster_id", "Meta Profile Cluster ID", "String", false),
171
+ meta_profile_cluster_name: new BaseMetaColumn(this, "meta_profile_cluster_name", "Meta Profile Cluster Name", "String", false),
172
+ meta_profile_cluster_version: new BaseMetaColumn(this, "meta_profile_cluster_version", "Meta Profile Cluster Version", "String", false),
173
+ meta_profile_node_count: new BaseMetaColumn(this, "meta_profile_node_count", "Meta Profile Node Count", "String", false),
174
+ meta_profile_node_count_ready: new BaseMetaColumn(this, "meta_profile_node_count_ready", "Meta Profile Node Count Ready", "String", false),
175
+ meta_profile_node_count_not_ready: new BaseMetaColumn(this, "meta_profile_node_count_not_ready", "Meta Profile Node Count Not Ready", "String", false),
176
+ meta_profile_node_count_master: new BaseMetaColumn(this, "meta_profile_node_count_master", "Meta Profile Node Count Master", "String", false),
177
+ meta_profile_node_count_worker: new BaseMetaColumn(this, "meta_profile_node_count_worker", "Meta Profile Node Count Worker", "String", false),
178
+ meta_profile_total_cpu: new BaseMetaColumn(this, "meta_profile_total_cpu", "Meta Profile Total CPU", "String", false),
179
+ meta_profile_total_gpu: new BaseMetaColumn(this, "meta_profile_total_gpu", "Meta Profile Total GPU", "String", false),
180
+ meta_profile_total_memory: new BaseMetaColumn(this, "meta_profile_total_memory", "Meta Profile Total Memory", "String", false),
181
+ meta_profile_total_disk: new BaseMetaColumn(this, "meta_profile_total_disk", "Meta Profile Total Disk", "String", false),
182
+ meta_profile_total_pod_capacity: new BaseMetaColumn(this, "meta_profile_total_pod_capacity", "Meta Profile Total Pod Capacity", "String", false),
183
+ meta_profile_usage_cpu: new BaseMetaColumn(this, "meta_profile_usage_cpu", "Meta Profile Usage CPU", "String", false),
184
+ meta_profile_usage_gpu: new BaseMetaColumn(this, "meta_profile_usage_gpu", "Meta Profile Usage GPU", "String", false),
185
+ meta_profile_usage_memory: new BaseMetaColumn(this, "meta_profile_usage_memory", "Meta Profile Usage Memory", "String", false),
186
+ meta_profile_usage_disk: new BaseMetaColumn(this, "meta_profile_usage_disk", "Meta Profile Usage Disk", "String", false),
187
+ meta_profile_requested_cpu: new BaseMetaColumn(this, "meta_profile_requested_cpu", "Meta Profile Requested CPU", "String", false),
188
+ meta_profile_requested_gpu: new BaseMetaColumn(this, "meta_profile_requested_gpu", "Meta Profile Requested GPU", "String", false),
189
+ meta_profile_requested_memory: new BaseMetaColumn(this, "meta_profile_requested_memory", "Meta Profile Requested Memory", "String", false),
190
+ meta_profile_requested_disk: new BaseMetaColumn(this, "meta_profile_requested_disk", "Meta Profile Requested Disk", "String", false),
191
+ meta_profile_limit_cpu: new BaseMetaColumn(this, "meta_profile_limit_cpu", "Meta Profile Limit CPU", "String", false),
192
+ meta_profile_limit_memory: new BaseMetaColumn(this, "meta_profile_limit_memory", "Meta Profile Limit Memory", "String", false),
193
+ meta_profile_limit_gpu: new BaseMetaColumn(this, "meta_profile_limit_gpu", "Meta Profile Limit GPU", "String", false),
194
+ meta_profile_request_ratio_cpu: new BaseMetaColumn(this, "meta_profile_request_ratio_cpu", "Meta Profile Request Ratio CPU", "String", false),
195
+ meta_profile_request_ratio_gpu: new BaseMetaColumn(this, "meta_profile_request_ratio_gpu", "Meta Profile Request Ratio GPU", "String", false),
196
+ meta_profile_request_ratio_memory: new BaseMetaColumn(this, "meta_profile_request_ratio_memory", "Meta Profile Request Ratio Memory", "String", false),
197
+ meta_profile_request_ratio_disk: new BaseMetaColumn(this, "meta_profile_request_ratio_disk", "Meta Profile Request Ratio Disk", "String", false),
198
+ meta_profile_usage_ratio_cpu: new BaseMetaColumn(this, "meta_profile_usage_ratio_cpu", "Meta Profile Usage Ratio CPU", "String", false),
199
+ meta_profile_usage_ratio_gpu: new BaseMetaColumn(this, "meta_profile_usage_ratio_gpu", "Meta Profile Usage Ratio GPU", "String", false),
200
+ meta_profile_usage_ratio_memory: new BaseMetaColumn(this, "meta_profile_usage_ratio_memory", "Meta Profile Usage Ratio Memory", "String", false),
201
+ meta_profile_count_namespace: new BaseMetaColumn(this, "meta_profile_count_namespace", "Meta Profile Count Namespace", "String", false),
202
+ meta_profile_count_storage_classes: new BaseMetaColumn(this, "meta_profile_count_storage_classes", "Meta Profile Count Storage Classes", "String", false),
203
+ meta_profile_count_pv: new BaseMetaColumn(this, "meta_profile_count_pv", "Meta Profile Count Pv", "String", false),
204
+ meta_profile_count_pvc: new BaseMetaColumn(this, "meta_profile_count_pvc", "Meta Profile Count Pvc", "String", false),
205
+ meta_profile_count_pod: new BaseMetaColumn(this, "meta_profile_count_pod", "Meta Profile Count Pod", "String", false),
206
+ meta_profile_count_pod_running: new BaseMetaColumn(this, "meta_profile_count_pod_running", "Meta Profile Count Pod Running", "String", false),
207
+ meta_profile_count_deployment: new BaseMetaColumn(this, "meta_profile_count_deployment", "Meta Profile Count Deployment", "String", false),
208
+ meta_profile_count_statefulset: new BaseMetaColumn(this, "meta_profile_count_statefulset", "Meta Profile Count Statefulset", "String", false),
209
+ meta_profile_count_daemonset: new BaseMetaColumn(this, "meta_profile_count_daemonset", "Meta Profile Count Daemonset", "String", false),
210
+ meta_profile_count_job: new BaseMetaColumn(this, "meta_profile_count_job", "Meta Profile Count Job", "String", false),
211
+ meta_profile_count_cronjob: new BaseMetaColumn(this, "meta_profile_count_cronjob", "Meta Profile Count Cronjob", "String", false),
212
+ meta_profile_count_service: new BaseMetaColumn(this, "meta_profile_count_service", "Meta Profile Count Service", "String", false),
213
+ meta_profile_count_ingress: new BaseMetaColumn(this, "meta_profile_count_ingress", "Meta Profile Count Ingress", "String", false),
214
+ meta_profile_count_loadbalancer: new BaseMetaColumn(this, "meta_profile_count_loadbalancer", "Meta Profile Count Loadbalancer", "String", false),
215
+ meta_profile_count_network_policy: new BaseMetaColumn(this, "meta_profile_count_network_policy", "Meta Profile Count Network Policy", "String", false),
216
+ meta_profile_count_secret: new BaseMetaColumn(this, "meta_profile_count_secret", "Meta Profile Count Secret", "String", false),
217
+ meta_profile_count_config: new BaseMetaColumn(this, "meta_profile_count_config", "Meta Profile Count Config", "String", false),
218
218
  meta_collective_deployments: new BaseMetaColumn(this, "meta_collective_deployments", "Meta Collective Deployments", "Any", false),
219
219
  meta_collective_statefulsets: new BaseMetaColumn(this, "meta_collective_statefulsets", "Meta Collective Statefulsets", "Any", false),
220
220
  meta_collective_daemonsets: new BaseMetaColumn(this, "meta_collective_daemonsets", "Meta Collective Daemonsets", "Any", false),
@@ -47,7 +47,7 @@ export class MessagingMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, M
47
47
  }
48
48
  constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
49
49
  {
50
- super(database, "messaging", "Messaging", new BaseUUID("ifr-mbk"));
50
+ super(database, "messaging", "Messaging", new BaseUUID("ifr-msg"));
51
51
  this.columns = {
52
52
  id: new BaseMetaColumn(this, "id", "ID", "String", true),
53
53
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
@@ -72,17 +72,17 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
72
72
  cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
73
73
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
74
74
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
75
- meta_profile_ip_public: new BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String", true),
76
- meta_profile_ip_private: new BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String", true),
77
- meta_profile_architecture: new BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String", true),
78
- meta_profile_os: new BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String", true),
79
- meta_profile_cpu: new BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String", true),
80
- meta_profile_gpu: new BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String", true),
81
- meta_profile_memory: new BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String", true),
82
- meta_profile_disk: new BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String", true),
83
- meta_profile_cpu_usage: new BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String", true),
84
- meta_profile_memory_usage: new BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String", true),
85
- meta_profile_disk_usage: new BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String", true),
75
+ meta_profile_ip_public: new BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String", false),
76
+ meta_profile_ip_private: new BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String", false),
77
+ meta_profile_architecture: new BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String", false),
78
+ meta_profile_os: new BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String", false),
79
+ meta_profile_cpu: new BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String", false),
80
+ meta_profile_gpu: new BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String", false),
81
+ meta_profile_memory: new BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String", false),
82
+ meta_profile_disk: new BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String", false),
83
+ meta_profile_cpu_usage: new BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String", false),
84
+ meta_profile_memory_usage: new BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String", false),
85
+ meta_profile_disk_usage: new BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String", false),
86
86
  meta_collective_applications: new BaseMetaColumn(this, "meta_collective_applications", "Meta Collective Applications", "Any", false),
87
87
  meta_collective_dockers: new BaseMetaColumn(this, "meta_collective_dockers", "Meta Collective Dockers", "Any", false),
88
88
  last_online_at: new BaseMetaColumn(this, "last_online_at", "Last Online At", "DateTime", false),
@@ -20,52 +20,52 @@
20
20
 
21
21
  export type KubernetesInputMetaProfileRow =
22
22
  {
23
- meta_profile_cluster_id: string;
24
- meta_profile_cluster_name: string;
25
- meta_profile_cluster_version: string;
26
- meta_profile_node_count: string;
27
- meta_profile_node_count_ready: string;
28
- meta_profile_node_count_not_ready: string;
29
- meta_profile_node_count_master: string;
30
- meta_profile_node_count_worker: string;
31
- meta_profile_total_cpu: string;
32
- meta_profile_total_gpu: string;
33
- meta_profile_total_memory: string;
34
- meta_profile_total_disk: string;
35
- meta_profile_total_pod_capacity: string;
36
- meta_profile_usage_cpu: string;
37
- meta_profile_usage_gpu: string;
38
- meta_profile_usage_memory: string;
39
- meta_profile_usage_disk: string;
40
- meta_profile_requested_cpu: string;
41
- meta_profile_requested_gpu: string;
42
- meta_profile_requested_memory: string;
43
- meta_profile_requested_disk: string;
44
- meta_profile_limit_cpu: string;
45
- meta_profile_limit_memory: string;
46
- meta_profile_limit_gpu: string;
47
- meta_profile_request_ratio_cpu: string;
48
- meta_profile_request_ratio_gpu: string;
49
- meta_profile_request_ratio_memory: string;
50
- meta_profile_request_ratio_disk: string;
51
- meta_profile_usage_ratio_cpu: string;
52
- meta_profile_usage_ratio_gpu: string;
53
- meta_profile_usage_ratio_memory: string;
54
- meta_profile_count_namespace: string;
55
- meta_profile_count_storage_classes: string;
56
- meta_profile_count_pv: string;
57
- meta_profile_count_pvc: string;
58
- meta_profile_count_pod: string;
59
- meta_profile_count_pod_running: string;
60
- meta_profile_count_deployment: string;
61
- meta_profile_count_statefulset: string;
62
- meta_profile_count_daemonset: string;
63
- meta_profile_count_job: string;
64
- meta_profile_count_cronjob: string;
65
- meta_profile_count_service: string;
66
- meta_profile_count_ingress: string;
67
- meta_profile_count_loadbalancer: string;
68
- meta_profile_count_network_policy: string;
69
- meta_profile_count_secret: string;
70
- meta_profile_count_config: string;
23
+ meta_profile_cluster_id: (string | null);
24
+ meta_profile_cluster_name: (string | null);
25
+ meta_profile_cluster_version: (string | null);
26
+ meta_profile_node_count: (string | null);
27
+ meta_profile_node_count_ready: (string | null);
28
+ meta_profile_node_count_not_ready: (string | null);
29
+ meta_profile_node_count_master: (string | null);
30
+ meta_profile_node_count_worker: (string | null);
31
+ meta_profile_total_cpu: (string | null);
32
+ meta_profile_total_gpu: (string | null);
33
+ meta_profile_total_memory: (string | null);
34
+ meta_profile_total_disk: (string | null);
35
+ meta_profile_total_pod_capacity: (string | null);
36
+ meta_profile_usage_cpu: (string | null);
37
+ meta_profile_usage_gpu: (string | null);
38
+ meta_profile_usage_memory: (string | null);
39
+ meta_profile_usage_disk: (string | null);
40
+ meta_profile_requested_cpu: (string | null);
41
+ meta_profile_requested_gpu: (string | null);
42
+ meta_profile_requested_memory: (string | null);
43
+ meta_profile_requested_disk: (string | null);
44
+ meta_profile_limit_cpu: (string | null);
45
+ meta_profile_limit_memory: (string | null);
46
+ meta_profile_limit_gpu: (string | null);
47
+ meta_profile_request_ratio_cpu: (string | null);
48
+ meta_profile_request_ratio_gpu: (string | null);
49
+ meta_profile_request_ratio_memory: (string | null);
50
+ meta_profile_request_ratio_disk: (string | null);
51
+ meta_profile_usage_ratio_cpu: (string | null);
52
+ meta_profile_usage_ratio_gpu: (string | null);
53
+ meta_profile_usage_ratio_memory: (string | null);
54
+ meta_profile_count_namespace: (string | null);
55
+ meta_profile_count_storage_classes: (string | null);
56
+ meta_profile_count_pv: (string | null);
57
+ meta_profile_count_pvc: (string | null);
58
+ meta_profile_count_pod: (string | null);
59
+ meta_profile_count_pod_running: (string | null);
60
+ meta_profile_count_deployment: (string | null);
61
+ meta_profile_count_statefulset: (string | null);
62
+ meta_profile_count_daemonset: (string | null);
63
+ meta_profile_count_job: (string | null);
64
+ meta_profile_count_cronjob: (string | null);
65
+ meta_profile_count_service: (string | null);
66
+ meta_profile_count_ingress: (string | null);
67
+ meta_profile_count_loadbalancer: (string | null);
68
+ meta_profile_count_network_policy: (string | null);
69
+ meta_profile_count_secret: (string | null);
70
+ meta_profile_count_config: (string | null);
71
71
  }
@@ -62,54 +62,54 @@ export type KubernetesRow =
62
62
  name: string;
63
63
  cloud: KubernetesCloud;
64
64
  description: string;
65
- meta_profile_cluster_id: string;
66
- meta_profile_cluster_name: string;
67
- meta_profile_cluster_version: string;
68
- meta_profile_node_count: string;
69
- meta_profile_node_count_ready: string;
70
- meta_profile_node_count_not_ready: string;
71
- meta_profile_node_count_master: string;
72
- meta_profile_node_count_worker: string;
73
- meta_profile_total_cpu: string;
74
- meta_profile_total_gpu: string;
75
- meta_profile_total_memory: string;
76
- meta_profile_total_disk: string;
77
- meta_profile_total_pod_capacity: string;
78
- meta_profile_usage_cpu: string;
79
- meta_profile_usage_gpu: string;
80
- meta_profile_usage_memory: string;
81
- meta_profile_usage_disk: string;
82
- meta_profile_requested_cpu: string;
83
- meta_profile_requested_gpu: string;
84
- meta_profile_requested_memory: string;
85
- meta_profile_requested_disk: string;
86
- meta_profile_limit_cpu: string;
87
- meta_profile_limit_memory: string;
88
- meta_profile_limit_gpu: string;
89
- meta_profile_request_ratio_cpu: string;
90
- meta_profile_request_ratio_gpu: string;
91
- meta_profile_request_ratio_memory: string;
92
- meta_profile_request_ratio_disk: string;
93
- meta_profile_usage_ratio_cpu: string;
94
- meta_profile_usage_ratio_gpu: string;
95
- meta_profile_usage_ratio_memory: string;
96
- meta_profile_count_namespace: string;
97
- meta_profile_count_storage_classes: string;
98
- meta_profile_count_pv: string;
99
- meta_profile_count_pvc: string;
100
- meta_profile_count_pod: string;
101
- meta_profile_count_pod_running: string;
102
- meta_profile_count_deployment: string;
103
- meta_profile_count_statefulset: string;
104
- meta_profile_count_daemonset: string;
105
- meta_profile_count_job: string;
106
- meta_profile_count_cronjob: string;
107
- meta_profile_count_service: string;
108
- meta_profile_count_ingress: string;
109
- meta_profile_count_loadbalancer: string;
110
- meta_profile_count_network_policy: string;
111
- meta_profile_count_secret: string;
112
- meta_profile_count_config: string;
65
+ meta_profile_cluster_id: (string | null);
66
+ meta_profile_cluster_name: (string | null);
67
+ meta_profile_cluster_version: (string | null);
68
+ meta_profile_node_count: (string | null);
69
+ meta_profile_node_count_ready: (string | null);
70
+ meta_profile_node_count_not_ready: (string | null);
71
+ meta_profile_node_count_master: (string | null);
72
+ meta_profile_node_count_worker: (string | null);
73
+ meta_profile_total_cpu: (string | null);
74
+ meta_profile_total_gpu: (string | null);
75
+ meta_profile_total_memory: (string | null);
76
+ meta_profile_total_disk: (string | null);
77
+ meta_profile_total_pod_capacity: (string | null);
78
+ meta_profile_usage_cpu: (string | null);
79
+ meta_profile_usage_gpu: (string | null);
80
+ meta_profile_usage_memory: (string | null);
81
+ meta_profile_usage_disk: (string | null);
82
+ meta_profile_requested_cpu: (string | null);
83
+ meta_profile_requested_gpu: (string | null);
84
+ meta_profile_requested_memory: (string | null);
85
+ meta_profile_requested_disk: (string | null);
86
+ meta_profile_limit_cpu: (string | null);
87
+ meta_profile_limit_memory: (string | null);
88
+ meta_profile_limit_gpu: (string | null);
89
+ meta_profile_request_ratio_cpu: (string | null);
90
+ meta_profile_request_ratio_gpu: (string | null);
91
+ meta_profile_request_ratio_memory: (string | null);
92
+ meta_profile_request_ratio_disk: (string | null);
93
+ meta_profile_usage_ratio_cpu: (string | null);
94
+ meta_profile_usage_ratio_gpu: (string | null);
95
+ meta_profile_usage_ratio_memory: (string | null);
96
+ meta_profile_count_namespace: (string | null);
97
+ meta_profile_count_storage_classes: (string | null);
98
+ meta_profile_count_pv: (string | null);
99
+ meta_profile_count_pvc: (string | null);
100
+ meta_profile_count_pod: (string | null);
101
+ meta_profile_count_pod_running: (string | null);
102
+ meta_profile_count_deployment: (string | null);
103
+ meta_profile_count_statefulset: (string | null);
104
+ meta_profile_count_daemonset: (string | null);
105
+ meta_profile_count_job: (string | null);
106
+ meta_profile_count_cronjob: (string | null);
107
+ meta_profile_count_service: (string | null);
108
+ meta_profile_count_ingress: (string | null);
109
+ meta_profile_count_loadbalancer: (string | null);
110
+ meta_profile_count_network_policy: (string | null);
111
+ meta_profile_count_secret: (string | null);
112
+ meta_profile_count_config: (string | null);
113
113
  meta_collective_deployments: (any | null);
114
114
  meta_collective_statefulsets: (any | null);
115
115
  meta_collective_daemonsets: (any | null);
@@ -20,15 +20,15 @@
20
20
 
21
21
  export type ServerInputMetaProfileRow =
22
22
  {
23
- meta_profile_ip_public: string;
24
- meta_profile_ip_private: string;
25
- meta_profile_architecture: string;
26
- meta_profile_os: string;
27
- meta_profile_cpu: string;
28
- meta_profile_gpu: string;
29
- meta_profile_memory: string;
30
- meta_profile_disk: string;
31
- meta_profile_cpu_usage: string;
32
- meta_profile_memory_usage: string;
33
- meta_profile_disk_usage: string;
23
+ meta_profile_ip_public: (string | null);
24
+ meta_profile_ip_private: (string | null);
25
+ meta_profile_architecture: (string | null);
26
+ meta_profile_os: (string | null);
27
+ meta_profile_cpu: (string | null);
28
+ meta_profile_gpu: (string | null);
29
+ meta_profile_memory: (string | null);
30
+ meta_profile_disk: (string | null);
31
+ meta_profile_cpu_usage: (string | null);
32
+ meta_profile_memory_usage: (string | null);
33
+ meta_profile_disk_usage: (string | null);
34
34
  }
@@ -33,17 +33,17 @@ export type ServerRow =
33
33
  cloud: ServerCloud;
34
34
  name: string;
35
35
  description: string;
36
- meta_profile_ip_public: string;
37
- meta_profile_ip_private: string;
38
- meta_profile_architecture: string;
39
- meta_profile_os: string;
40
- meta_profile_cpu: string;
41
- meta_profile_gpu: string;
42
- meta_profile_memory: string;
43
- meta_profile_disk: string;
44
- meta_profile_cpu_usage: string;
45
- meta_profile_memory_usage: string;
46
- meta_profile_disk_usage: string;
36
+ meta_profile_ip_public: (string | null);
37
+ meta_profile_ip_private: (string | null);
38
+ meta_profile_architecture: (string | null);
39
+ meta_profile_os: (string | null);
40
+ meta_profile_cpu: (string | null);
41
+ meta_profile_gpu: (string | null);
42
+ meta_profile_memory: (string | null);
43
+ meta_profile_disk: (string | null);
44
+ meta_profile_cpu_usage: (string | null);
45
+ meta_profile_memory_usage: (string | null);
46
+ meta_profile_disk_usage: (string | null);
47
47
  meta_collective_applications: (any | null);
48
48
  meta_collective_dockers: (any | null);
49
49
  last_online_at: (Date | null);