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.
- package/dist/NamirasoftInfraServer.js +1 -1
- package/dist/command/KubernetesSetProfileCommand.js +48 -48
- package/dist/command/KubernetesSetProfileCommand.js.map +1 -1
- package/dist/command/ServerSetProfileCommand.js +11 -11
- package/dist/command/ServerSetProfileCommand.js.map +1 -1
- package/dist/meta/CacheMetaTable.js +1 -1
- package/dist/meta/DockerMetaTable.js +1 -1
- package/dist/meta/KubernetesMetaTable.js +48 -48
- package/dist/meta/KubernetesMetaTable.js.map +1 -1
- package/dist/meta/MessagingMetaTable.js +1 -1
- package/dist/meta/ServerMetaTable.js +11 -11
- package/dist/meta/ServerMetaTable.js.map +1 -1
- package/dist/row/KubernetesInputMetaProfileRow.d.ts +48 -48
- package/dist/row/KubernetesRow.d.ts +48 -48
- package/dist/row/ServerInputMetaProfileRow.d.ts +11 -11
- package/dist/row/ServerRow.d.ts +11 -11
- package/package.json +3 -3
- package/src/NamirasoftInfraServer.ts +1 -1
- package/src/command/KubernetesSetProfileCommand.ts +48 -48
- package/src/command/ServerSetProfileCommand.ts +11 -11
- package/src/meta/CacheMetaTable.ts +1 -1
- package/src/meta/DockerMetaTable.ts +1 -1
- package/src/meta/KubernetesMetaTable.ts +48 -48
- package/src/meta/MessagingMetaTable.ts +1 -1
- package/src/meta/ServerMetaTable.ts +11 -11
- package/src/row/KubernetesInputMetaProfileRow.ts +48 -48
- package/src/row/KubernetesRow.ts +48 -48
- package/src/row/ServerInputMetaProfileRow.ts +11 -11
- package/src/row/ServerRow.ts +11 -11
|
@@ -32,7 +32,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "meta_profile_cluster_id",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'meta_profile_cluster_id' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["meta_profile_cluster_id"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -40,7 +40,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
40
40
|
name: "meta_profile_cluster_name",
|
|
41
41
|
short: "",
|
|
42
42
|
description: "Provides the value of 'meta_profile_cluster_name' in body",
|
|
43
|
-
optional:
|
|
43
|
+
optional: true,
|
|
44
44
|
args: ["meta_profile_cluster_name"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
@@ -48,7 +48,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
48
48
|
name: "meta_profile_cluster_version",
|
|
49
49
|
short: "",
|
|
50
50
|
description: "Provides the value of 'meta_profile_cluster_version' in body",
|
|
51
|
-
optional:
|
|
51
|
+
optional: true,
|
|
52
52
|
args: ["meta_profile_cluster_version"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
@@ -56,7 +56,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
56
56
|
name: "meta_profile_node_count",
|
|
57
57
|
short: "",
|
|
58
58
|
description: "Provides the value of 'meta_profile_node_count' in body",
|
|
59
|
-
optional:
|
|
59
|
+
optional: true,
|
|
60
60
|
args: ["meta_profile_node_count"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
@@ -64,7 +64,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
64
64
|
name: "meta_profile_node_count_ready",
|
|
65
65
|
short: "",
|
|
66
66
|
description: "Provides the value of 'meta_profile_node_count_ready' in body",
|
|
67
|
-
optional:
|
|
67
|
+
optional: true,
|
|
68
68
|
args: ["meta_profile_node_count_ready"],
|
|
69
69
|
defaults: [""]
|
|
70
70
|
},
|
|
@@ -72,7 +72,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
72
72
|
name: "meta_profile_node_count_not_ready",
|
|
73
73
|
short: "",
|
|
74
74
|
description: "Provides the value of 'meta_profile_node_count_not_ready' in body",
|
|
75
|
-
optional:
|
|
75
|
+
optional: true,
|
|
76
76
|
args: ["meta_profile_node_count_not_ready"],
|
|
77
77
|
defaults: [""]
|
|
78
78
|
},
|
|
@@ -80,7 +80,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
80
80
|
name: "meta_profile_node_count_master",
|
|
81
81
|
short: "",
|
|
82
82
|
description: "Provides the value of 'meta_profile_node_count_master' in body",
|
|
83
|
-
optional:
|
|
83
|
+
optional: true,
|
|
84
84
|
args: ["meta_profile_node_count_master"],
|
|
85
85
|
defaults: [""]
|
|
86
86
|
},
|
|
@@ -88,7 +88,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
88
88
|
name: "meta_profile_node_count_worker",
|
|
89
89
|
short: "",
|
|
90
90
|
description: "Provides the value of 'meta_profile_node_count_worker' in body",
|
|
91
|
-
optional:
|
|
91
|
+
optional: true,
|
|
92
92
|
args: ["meta_profile_node_count_worker"],
|
|
93
93
|
defaults: [""]
|
|
94
94
|
},
|
|
@@ -96,7 +96,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
96
96
|
name: "meta_profile_total_cpu",
|
|
97
97
|
short: "",
|
|
98
98
|
description: "Provides the value of 'meta_profile_total_cpu' in body",
|
|
99
|
-
optional:
|
|
99
|
+
optional: true,
|
|
100
100
|
args: ["meta_profile_total_cpu"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
},
|
|
@@ -104,7 +104,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
104
104
|
name: "meta_profile_total_gpu",
|
|
105
105
|
short: "",
|
|
106
106
|
description: "Provides the value of 'meta_profile_total_gpu' in body",
|
|
107
|
-
optional:
|
|
107
|
+
optional: true,
|
|
108
108
|
args: ["meta_profile_total_gpu"],
|
|
109
109
|
defaults: [""]
|
|
110
110
|
},
|
|
@@ -112,7 +112,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
112
112
|
name: "meta_profile_total_memory",
|
|
113
113
|
short: "",
|
|
114
114
|
description: "Provides the value of 'meta_profile_total_memory' in body",
|
|
115
|
-
optional:
|
|
115
|
+
optional: true,
|
|
116
116
|
args: ["meta_profile_total_memory"],
|
|
117
117
|
defaults: [""]
|
|
118
118
|
},
|
|
@@ -120,7 +120,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
120
120
|
name: "meta_profile_total_disk",
|
|
121
121
|
short: "",
|
|
122
122
|
description: "Provides the value of 'meta_profile_total_disk' in body",
|
|
123
|
-
optional:
|
|
123
|
+
optional: true,
|
|
124
124
|
args: ["meta_profile_total_disk"],
|
|
125
125
|
defaults: [""]
|
|
126
126
|
},
|
|
@@ -128,7 +128,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
128
128
|
name: "meta_profile_total_pod_capacity",
|
|
129
129
|
short: "",
|
|
130
130
|
description: "Provides the value of 'meta_profile_total_pod_capacity' in body",
|
|
131
|
-
optional:
|
|
131
|
+
optional: true,
|
|
132
132
|
args: ["meta_profile_total_pod_capacity"],
|
|
133
133
|
defaults: [""]
|
|
134
134
|
},
|
|
@@ -136,7 +136,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
136
136
|
name: "meta_profile_usage_cpu",
|
|
137
137
|
short: "",
|
|
138
138
|
description: "Provides the value of 'meta_profile_usage_cpu' in body",
|
|
139
|
-
optional:
|
|
139
|
+
optional: true,
|
|
140
140
|
args: ["meta_profile_usage_cpu"],
|
|
141
141
|
defaults: [""]
|
|
142
142
|
},
|
|
@@ -144,7 +144,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
144
144
|
name: "meta_profile_usage_gpu",
|
|
145
145
|
short: "",
|
|
146
146
|
description: "Provides the value of 'meta_profile_usage_gpu' in body",
|
|
147
|
-
optional:
|
|
147
|
+
optional: true,
|
|
148
148
|
args: ["meta_profile_usage_gpu"],
|
|
149
149
|
defaults: [""]
|
|
150
150
|
},
|
|
@@ -152,7 +152,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
152
152
|
name: "meta_profile_usage_memory",
|
|
153
153
|
short: "",
|
|
154
154
|
description: "Provides the value of 'meta_profile_usage_memory' in body",
|
|
155
|
-
optional:
|
|
155
|
+
optional: true,
|
|
156
156
|
args: ["meta_profile_usage_memory"],
|
|
157
157
|
defaults: [""]
|
|
158
158
|
},
|
|
@@ -160,7 +160,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
160
160
|
name: "meta_profile_usage_disk",
|
|
161
161
|
short: "",
|
|
162
162
|
description: "Provides the value of 'meta_profile_usage_disk' in body",
|
|
163
|
-
optional:
|
|
163
|
+
optional: true,
|
|
164
164
|
args: ["meta_profile_usage_disk"],
|
|
165
165
|
defaults: [""]
|
|
166
166
|
},
|
|
@@ -168,7 +168,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
168
168
|
name: "meta_profile_requested_cpu",
|
|
169
169
|
short: "",
|
|
170
170
|
description: "Provides the value of 'meta_profile_requested_cpu' in body",
|
|
171
|
-
optional:
|
|
171
|
+
optional: true,
|
|
172
172
|
args: ["meta_profile_requested_cpu"],
|
|
173
173
|
defaults: [""]
|
|
174
174
|
},
|
|
@@ -176,7 +176,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
176
176
|
name: "meta_profile_requested_gpu",
|
|
177
177
|
short: "",
|
|
178
178
|
description: "Provides the value of 'meta_profile_requested_gpu' in body",
|
|
179
|
-
optional:
|
|
179
|
+
optional: true,
|
|
180
180
|
args: ["meta_profile_requested_gpu"],
|
|
181
181
|
defaults: [""]
|
|
182
182
|
},
|
|
@@ -184,7 +184,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
184
184
|
name: "meta_profile_requested_memory",
|
|
185
185
|
short: "",
|
|
186
186
|
description: "Provides the value of 'meta_profile_requested_memory' in body",
|
|
187
|
-
optional:
|
|
187
|
+
optional: true,
|
|
188
188
|
args: ["meta_profile_requested_memory"],
|
|
189
189
|
defaults: [""]
|
|
190
190
|
},
|
|
@@ -192,7 +192,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
192
192
|
name: "meta_profile_requested_disk",
|
|
193
193
|
short: "",
|
|
194
194
|
description: "Provides the value of 'meta_profile_requested_disk' in body",
|
|
195
|
-
optional:
|
|
195
|
+
optional: true,
|
|
196
196
|
args: ["meta_profile_requested_disk"],
|
|
197
197
|
defaults: [""]
|
|
198
198
|
},
|
|
@@ -200,7 +200,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
200
200
|
name: "meta_profile_limit_cpu",
|
|
201
201
|
short: "",
|
|
202
202
|
description: "Provides the value of 'meta_profile_limit_cpu' in body",
|
|
203
|
-
optional:
|
|
203
|
+
optional: true,
|
|
204
204
|
args: ["meta_profile_limit_cpu"],
|
|
205
205
|
defaults: [""]
|
|
206
206
|
},
|
|
@@ -208,7 +208,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
208
208
|
name: "meta_profile_limit_memory",
|
|
209
209
|
short: "",
|
|
210
210
|
description: "Provides the value of 'meta_profile_limit_memory' in body",
|
|
211
|
-
optional:
|
|
211
|
+
optional: true,
|
|
212
212
|
args: ["meta_profile_limit_memory"],
|
|
213
213
|
defaults: [""]
|
|
214
214
|
},
|
|
@@ -216,7 +216,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
216
216
|
name: "meta_profile_limit_gpu",
|
|
217
217
|
short: "",
|
|
218
218
|
description: "Provides the value of 'meta_profile_limit_gpu' in body",
|
|
219
|
-
optional:
|
|
219
|
+
optional: true,
|
|
220
220
|
args: ["meta_profile_limit_gpu"],
|
|
221
221
|
defaults: [""]
|
|
222
222
|
},
|
|
@@ -224,7 +224,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
224
224
|
name: "meta_profile_request_ratio_cpu",
|
|
225
225
|
short: "",
|
|
226
226
|
description: "Provides the value of 'meta_profile_request_ratio_cpu' in body",
|
|
227
|
-
optional:
|
|
227
|
+
optional: true,
|
|
228
228
|
args: ["meta_profile_request_ratio_cpu"],
|
|
229
229
|
defaults: [""]
|
|
230
230
|
},
|
|
@@ -232,7 +232,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
232
232
|
name: "meta_profile_request_ratio_gpu",
|
|
233
233
|
short: "",
|
|
234
234
|
description: "Provides the value of 'meta_profile_request_ratio_gpu' in body",
|
|
235
|
-
optional:
|
|
235
|
+
optional: true,
|
|
236
236
|
args: ["meta_profile_request_ratio_gpu"],
|
|
237
237
|
defaults: [""]
|
|
238
238
|
},
|
|
@@ -240,7 +240,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
240
240
|
name: "meta_profile_request_ratio_memory",
|
|
241
241
|
short: "",
|
|
242
242
|
description: "Provides the value of 'meta_profile_request_ratio_memory' in body",
|
|
243
|
-
optional:
|
|
243
|
+
optional: true,
|
|
244
244
|
args: ["meta_profile_request_ratio_memory"],
|
|
245
245
|
defaults: [""]
|
|
246
246
|
},
|
|
@@ -248,7 +248,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
248
248
|
name: "meta_profile_request_ratio_disk",
|
|
249
249
|
short: "",
|
|
250
250
|
description: "Provides the value of 'meta_profile_request_ratio_disk' in body",
|
|
251
|
-
optional:
|
|
251
|
+
optional: true,
|
|
252
252
|
args: ["meta_profile_request_ratio_disk"],
|
|
253
253
|
defaults: [""]
|
|
254
254
|
},
|
|
@@ -256,7 +256,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
256
256
|
name: "meta_profile_usage_ratio_cpu",
|
|
257
257
|
short: "",
|
|
258
258
|
description: "Provides the value of 'meta_profile_usage_ratio_cpu' in body",
|
|
259
|
-
optional:
|
|
259
|
+
optional: true,
|
|
260
260
|
args: ["meta_profile_usage_ratio_cpu"],
|
|
261
261
|
defaults: [""]
|
|
262
262
|
},
|
|
@@ -264,7 +264,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
264
264
|
name: "meta_profile_usage_ratio_gpu",
|
|
265
265
|
short: "",
|
|
266
266
|
description: "Provides the value of 'meta_profile_usage_ratio_gpu' in body",
|
|
267
|
-
optional:
|
|
267
|
+
optional: true,
|
|
268
268
|
args: ["meta_profile_usage_ratio_gpu"],
|
|
269
269
|
defaults: [""]
|
|
270
270
|
},
|
|
@@ -272,7 +272,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
272
272
|
name: "meta_profile_usage_ratio_memory",
|
|
273
273
|
short: "",
|
|
274
274
|
description: "Provides the value of 'meta_profile_usage_ratio_memory' in body",
|
|
275
|
-
optional:
|
|
275
|
+
optional: true,
|
|
276
276
|
args: ["meta_profile_usage_ratio_memory"],
|
|
277
277
|
defaults: [""]
|
|
278
278
|
},
|
|
@@ -280,7 +280,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
280
280
|
name: "meta_profile_count_namespace",
|
|
281
281
|
short: "",
|
|
282
282
|
description: "Provides the value of 'meta_profile_count_namespace' in body",
|
|
283
|
-
optional:
|
|
283
|
+
optional: true,
|
|
284
284
|
args: ["meta_profile_count_namespace"],
|
|
285
285
|
defaults: [""]
|
|
286
286
|
},
|
|
@@ -288,7 +288,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
288
288
|
name: "meta_profile_count_storage_classes",
|
|
289
289
|
short: "",
|
|
290
290
|
description: "Provides the value of 'meta_profile_count_storage_classes' in body",
|
|
291
|
-
optional:
|
|
291
|
+
optional: true,
|
|
292
292
|
args: ["meta_profile_count_storage_classes"],
|
|
293
293
|
defaults: [""]
|
|
294
294
|
},
|
|
@@ -296,7 +296,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
296
296
|
name: "meta_profile_count_pv",
|
|
297
297
|
short: "",
|
|
298
298
|
description: "Provides the value of 'meta_profile_count_pv' in body",
|
|
299
|
-
optional:
|
|
299
|
+
optional: true,
|
|
300
300
|
args: ["meta_profile_count_pv"],
|
|
301
301
|
defaults: [""]
|
|
302
302
|
},
|
|
@@ -304,7 +304,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
304
304
|
name: "meta_profile_count_pvc",
|
|
305
305
|
short: "",
|
|
306
306
|
description: "Provides the value of 'meta_profile_count_pvc' in body",
|
|
307
|
-
optional:
|
|
307
|
+
optional: true,
|
|
308
308
|
args: ["meta_profile_count_pvc"],
|
|
309
309
|
defaults: [""]
|
|
310
310
|
},
|
|
@@ -312,7 +312,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
312
312
|
name: "meta_profile_count_pod",
|
|
313
313
|
short: "",
|
|
314
314
|
description: "Provides the value of 'meta_profile_count_pod' in body",
|
|
315
|
-
optional:
|
|
315
|
+
optional: true,
|
|
316
316
|
args: ["meta_profile_count_pod"],
|
|
317
317
|
defaults: [""]
|
|
318
318
|
},
|
|
@@ -320,7 +320,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
320
320
|
name: "meta_profile_count_pod_running",
|
|
321
321
|
short: "",
|
|
322
322
|
description: "Provides the value of 'meta_profile_count_pod_running' in body",
|
|
323
|
-
optional:
|
|
323
|
+
optional: true,
|
|
324
324
|
args: ["meta_profile_count_pod_running"],
|
|
325
325
|
defaults: [""]
|
|
326
326
|
},
|
|
@@ -328,7 +328,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
328
328
|
name: "meta_profile_count_deployment",
|
|
329
329
|
short: "",
|
|
330
330
|
description: "Provides the value of 'meta_profile_count_deployment' in body",
|
|
331
|
-
optional:
|
|
331
|
+
optional: true,
|
|
332
332
|
args: ["meta_profile_count_deployment"],
|
|
333
333
|
defaults: [""]
|
|
334
334
|
},
|
|
@@ -336,7 +336,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
336
336
|
name: "meta_profile_count_statefulset",
|
|
337
337
|
short: "",
|
|
338
338
|
description: "Provides the value of 'meta_profile_count_statefulset' in body",
|
|
339
|
-
optional:
|
|
339
|
+
optional: true,
|
|
340
340
|
args: ["meta_profile_count_statefulset"],
|
|
341
341
|
defaults: [""]
|
|
342
342
|
},
|
|
@@ -344,7 +344,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
344
344
|
name: "meta_profile_count_daemonset",
|
|
345
345
|
short: "",
|
|
346
346
|
description: "Provides the value of 'meta_profile_count_daemonset' in body",
|
|
347
|
-
optional:
|
|
347
|
+
optional: true,
|
|
348
348
|
args: ["meta_profile_count_daemonset"],
|
|
349
349
|
defaults: [""]
|
|
350
350
|
},
|
|
@@ -352,7 +352,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
352
352
|
name: "meta_profile_count_job",
|
|
353
353
|
short: "",
|
|
354
354
|
description: "Provides the value of 'meta_profile_count_job' in body",
|
|
355
|
-
optional:
|
|
355
|
+
optional: true,
|
|
356
356
|
args: ["meta_profile_count_job"],
|
|
357
357
|
defaults: [""]
|
|
358
358
|
},
|
|
@@ -360,7 +360,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
360
360
|
name: "meta_profile_count_cronjob",
|
|
361
361
|
short: "",
|
|
362
362
|
description: "Provides the value of 'meta_profile_count_cronjob' in body",
|
|
363
|
-
optional:
|
|
363
|
+
optional: true,
|
|
364
364
|
args: ["meta_profile_count_cronjob"],
|
|
365
365
|
defaults: [""]
|
|
366
366
|
},
|
|
@@ -368,7 +368,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
368
368
|
name: "meta_profile_count_service",
|
|
369
369
|
short: "",
|
|
370
370
|
description: "Provides the value of 'meta_profile_count_service' in body",
|
|
371
|
-
optional:
|
|
371
|
+
optional: true,
|
|
372
372
|
args: ["meta_profile_count_service"],
|
|
373
373
|
defaults: [""]
|
|
374
374
|
},
|
|
@@ -376,7 +376,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
376
376
|
name: "meta_profile_count_ingress",
|
|
377
377
|
short: "",
|
|
378
378
|
description: "Provides the value of 'meta_profile_count_ingress' in body",
|
|
379
|
-
optional:
|
|
379
|
+
optional: true,
|
|
380
380
|
args: ["meta_profile_count_ingress"],
|
|
381
381
|
defaults: [""]
|
|
382
382
|
},
|
|
@@ -384,7 +384,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
384
384
|
name: "meta_profile_count_loadbalancer",
|
|
385
385
|
short: "",
|
|
386
386
|
description: "Provides the value of 'meta_profile_count_loadbalancer' in body",
|
|
387
|
-
optional:
|
|
387
|
+
optional: true,
|
|
388
388
|
args: ["meta_profile_count_loadbalancer"],
|
|
389
389
|
defaults: [""]
|
|
390
390
|
},
|
|
@@ -392,7 +392,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
392
392
|
name: "meta_profile_count_network_policy",
|
|
393
393
|
short: "",
|
|
394
394
|
description: "Provides the value of 'meta_profile_count_network_policy' in body",
|
|
395
|
-
optional:
|
|
395
|
+
optional: true,
|
|
396
396
|
args: ["meta_profile_count_network_policy"],
|
|
397
397
|
defaults: [""]
|
|
398
398
|
},
|
|
@@ -400,7 +400,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
400
400
|
name: "meta_profile_count_secret",
|
|
401
401
|
short: "",
|
|
402
402
|
description: "Provides the value of 'meta_profile_count_secret' in body",
|
|
403
|
-
optional:
|
|
403
|
+
optional: true,
|
|
404
404
|
args: ["meta_profile_count_secret"],
|
|
405
405
|
defaults: [""]
|
|
406
406
|
},
|
|
@@ -408,7 +408,7 @@ export class KubernetesSetProfileCommand extends BaseFinalCommand
|
|
|
408
408
|
name: "meta_profile_count_config",
|
|
409
409
|
short: "",
|
|
410
410
|
description: "Provides the value of 'meta_profile_count_config' in body",
|
|
411
|
-
optional:
|
|
411
|
+
optional: true,
|
|
412
412
|
args: ["meta_profile_count_config"],
|
|
413
413
|
defaults: [""]
|
|
414
414
|
}
|
|
@@ -32,7 +32,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "meta_profile_ip_public",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'meta_profile_ip_public' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["meta_profile_ip_public"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -40,7 +40,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
40
40
|
name: "meta_profile_ip_private",
|
|
41
41
|
short: "",
|
|
42
42
|
description: "Provides the value of 'meta_profile_ip_private' in body",
|
|
43
|
-
optional:
|
|
43
|
+
optional: true,
|
|
44
44
|
args: ["meta_profile_ip_private"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
@@ -48,7 +48,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
48
48
|
name: "meta_profile_architecture",
|
|
49
49
|
short: "",
|
|
50
50
|
description: "Provides the value of 'meta_profile_architecture' in body",
|
|
51
|
-
optional:
|
|
51
|
+
optional: true,
|
|
52
52
|
args: ["meta_profile_architecture"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
@@ -56,7 +56,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
56
56
|
name: "meta_profile_os",
|
|
57
57
|
short: "",
|
|
58
58
|
description: "Provides the value of 'meta_profile_os' in body",
|
|
59
|
-
optional:
|
|
59
|
+
optional: true,
|
|
60
60
|
args: ["meta_profile_os"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
@@ -64,7 +64,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
64
64
|
name: "meta_profile_cpu",
|
|
65
65
|
short: "",
|
|
66
66
|
description: "Provides the value of 'meta_profile_cpu' in body",
|
|
67
|
-
optional:
|
|
67
|
+
optional: true,
|
|
68
68
|
args: ["meta_profile_cpu"],
|
|
69
69
|
defaults: [""]
|
|
70
70
|
},
|
|
@@ -72,7 +72,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
72
72
|
name: "meta_profile_gpu",
|
|
73
73
|
short: "",
|
|
74
74
|
description: "Provides the value of 'meta_profile_gpu' in body",
|
|
75
|
-
optional:
|
|
75
|
+
optional: true,
|
|
76
76
|
args: ["meta_profile_gpu"],
|
|
77
77
|
defaults: [""]
|
|
78
78
|
},
|
|
@@ -80,7 +80,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
80
80
|
name: "meta_profile_memory",
|
|
81
81
|
short: "",
|
|
82
82
|
description: "Provides the value of 'meta_profile_memory' in body",
|
|
83
|
-
optional:
|
|
83
|
+
optional: true,
|
|
84
84
|
args: ["meta_profile_memory"],
|
|
85
85
|
defaults: [""]
|
|
86
86
|
},
|
|
@@ -88,7 +88,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
88
88
|
name: "meta_profile_disk",
|
|
89
89
|
short: "",
|
|
90
90
|
description: "Provides the value of 'meta_profile_disk' in body",
|
|
91
|
-
optional:
|
|
91
|
+
optional: true,
|
|
92
92
|
args: ["meta_profile_disk"],
|
|
93
93
|
defaults: [""]
|
|
94
94
|
},
|
|
@@ -96,7 +96,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
96
96
|
name: "meta_profile_cpu_usage",
|
|
97
97
|
short: "",
|
|
98
98
|
description: "Provides the value of 'meta_profile_cpu_usage' in body",
|
|
99
|
-
optional:
|
|
99
|
+
optional: true,
|
|
100
100
|
args: ["meta_profile_cpu_usage"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
},
|
|
@@ -104,7 +104,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
104
104
|
name: "meta_profile_memory_usage",
|
|
105
105
|
short: "",
|
|
106
106
|
description: "Provides the value of 'meta_profile_memory_usage' in body",
|
|
107
|
-
optional:
|
|
107
|
+
optional: true,
|
|
108
108
|
args: ["meta_profile_memory_usage"],
|
|
109
109
|
defaults: [""]
|
|
110
110
|
},
|
|
@@ -112,7 +112,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
112
112
|
name: "meta_profile_disk_usage",
|
|
113
113
|
short: "",
|
|
114
114
|
description: "Provides the value of 'meta_profile_disk_usage' in body",
|
|
115
|
-
optional:
|
|
115
|
+
optional: true,
|
|
116
116
|
args: ["meta_profile_disk_usage"],
|
|
117
117
|
defaults: [""]
|
|
118
118
|
}
|
|
@@ -47,7 +47,7 @@ export class CacheMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cache
|
|
|
47
47
|
}
|
|
48
48
|
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
49
49
|
{
|
|
50
|
-
super(database, "cache", "Cache", new BaseUUID("ifr-
|
|
50
|
+
super(database, "cache", "Cache", new BaseUUID("ifr-cch"));
|
|
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),
|
|
@@ -50,7 +50,7 @@ export class DockerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Dock
|
|
|
50
50
|
}
|
|
51
51
|
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
52
52
|
{
|
|
53
|
-
super(database, "docker", "Docker", new BaseUUID("ifr-
|
|
53
|
+
super(database, "docker", "Docker", new BaseUUID("ifr-dkr"));
|
|
54
54
|
this.columns = {
|
|
55
55
|
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
56
56
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|