Skip to content

Commit ddbc9d9

Browse files
committed
[TOOLSETS][Kiali] Tool names with prefix kiali_
Signed-off-by: Alberto Gutierrez <[email protected]>
1 parent 255eb9b commit ddbc9d9

File tree

11 files changed

+38
-170
lines changed

11 files changed

+38
-170
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -350,57 +350,57 @@ In case multi-cluster support is enabled (default) and you have access to multip
350350

351351
<summary>kiali</summary>
352352

353-
- **graph** - Check the status of my mesh by querying Kiali graph
353+
- **kiali_graph** - Check the status of my mesh by querying Kiali graph
354354
- `namespace` (`string`) - Optional single namespace to include in the graph (alternative to namespaces)
355355
- `namespaces` (`string`) - Optional comma-separated list of namespaces to include in the graph
356356

357-
- **mesh_status** - Get the status of mesh components including Istio, Kiali, Grafana, Prometheus and their interactions, versions, and health status
357+
- **kiali_mesh_status** - Get the status of mesh components including Istio, Kiali, Grafana, Prometheus and their interactions, versions, and health status
358358

359-
- **istio_config** - Get all Istio configuration objects in the mesh including their full YAML resources and details
359+
- **kiali_istio_config** - Get all Istio configuration objects in the mesh including their full YAML resources and details
360360

361-
- **istio_object_details** - Get detailed information about a specific Istio object including validation and help information
361+
- **kiali_istio_object_details** - Get detailed information about a specific Istio object including validation and help information
362362
- `group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
363363
- `kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
364364
- `name` (`string`) **(required)** - Name of the Istio object
365365
- `namespace` (`string`) **(required)** - Namespace containing the Istio object
366366
- `version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
367367

368-
- **istio_object_patch** - Modify an existing Istio object using PATCH method. The JSON patch data will be applied to the existing object.
368+
- **kiali_istio_object_patch** - Modify an existing Istio object using PATCH method. The JSON patch data will be applied to the existing object.
369369
- `group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
370370
- `json_patch` (`string`) **(required)** - JSON patch data to apply to the object
371371
- `kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
372372
- `name` (`string`) **(required)** - Name of the Istio object
373373
- `namespace` (`string`) **(required)** - Namespace containing the Istio object
374374
- `version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
375375

376-
- **istio_object_create** - Create a new Istio object using POST method. The JSON data will be used to create the new object.
376+
- **kiali_istio_object_create** - Create a new Istio object using POST method. The JSON data will be used to create the new object.
377377
- `group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
378378
- `json_data` (`string`) **(required)** - JSON data for the new object
379379
- `kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
380380
- `namespace` (`string`) **(required)** - Namespace where the Istio object will be created
381381
- `version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
382382

383-
- **istio_object_delete** - Delete an existing Istio object using DELETE method.
383+
- **kiali_istio_object_delete** - Delete an existing Istio object using DELETE method.
384384
- `group` (`string`) **(required)** - API group of the Istio object (e.g., 'networking.istio.io', 'gateway.networking.k8s.io')
385385
- `kind` (`string`) **(required)** - Kind of the Istio object (e.g., 'DestinationRule', 'VirtualService', 'HTTPRoute', 'Gateway')
386386
- `name` (`string`) **(required)** - Name of the Istio object
387387
- `namespace` (`string`) **(required)** - Namespace containing the Istio object
388388
- `version` (`string`) **(required)** - API version of the Istio object (e.g., 'v1', 'v1beta1')
389389

390-
- **validations_list** - List all the validations in the current cluster from all namespaces
390+
- **kiali_validations_list** - List all the validations in the current cluster from all namespaces
391391
- `namespace` (`string`) - Optional single namespace to retrieve validations from (alternative to namespaces)
392392
- `namespaces` (`string`) - Optional comma-separated list of namespaces to retrieve validations from
393393

394-
- **namespaces** - Get all namespaces in the mesh that the user has access to
394+
- **kiali_namespaces** - Get all namespaces in the mesh that the user has access to
395395

396-
- **services_list** - Get all services in the mesh across specified namespaces with health and Istio resource information
396+
- **kiali_services_list** - Get all services in the mesh across specified namespaces with health and Istio resource information
397397
- `namespaces` (`string`) - Comma-separated list of namespaces to get services from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, will list services from all accessible namespaces
398398

399-
- **service_details** - Get detailed information for a specific service in a namespace, including validation, health status, and configuration
399+
- **kiali_service_details** - Get detailed information for a specific service in a namespace, including validation, health status, and configuration
400400
- `namespace` (`string`) **(required)** - Namespace containing the service
401401
- `service` (`string`) **(required)** - Name of the service to get details for
402402

403-
- **service_metrics** - Get metrics for a specific service in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
403+
- **kiali_service_metrics** - Get metrics for a specific service in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
404404
- `byLabels` (`string`) - Comma-separated list of labels to group metrics by (e.g., 'source_workload,destination_service'). Optional
405405
- `direction` (`string`) - Traffic direction: 'inbound' or 'outbound'. Optional, defaults to 'outbound'
406406
- `duration` (`string`) - Duration of the query period in seconds (e.g., '1800' for 30 minutes). Optional, defaults to 1800 seconds
@@ -412,14 +412,14 @@ In case multi-cluster support is enabled (default) and you have access to multip
412412
- `service` (`string`) **(required)** - Name of the service to get metrics for
413413
- `step` (`string`) - Step between data points in seconds (e.g., '15'). Optional, defaults to 15 seconds
414414

415-
- **workloads_list** - Get all workloads in the mesh across specified namespaces with health and Istio resource information
415+
- **kiali_workloads_list** - Get all workloads in the mesh across specified namespaces with health and Istio resource information
416416
- `namespaces` (`string`) - Comma-separated list of namespaces to get workloads from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, will list workloads from all accessible namespaces
417417

418-
- **workload_details** - Get detailed information for a specific workload in a namespace, including validation, health status, and configuration
418+
- **kiali_workload_details** - Get detailed information for a specific workload in a namespace, including validation, health status, and configuration
419419
- `namespace` (`string`) **(required)** - Namespace containing the workload
420420
- `workload` (`string`) **(required)** - Name of the workload to get details for
421421

422-
- **workload_metrics** - Get metrics for a specific workload in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
422+
- **kiali_workload_metrics** - Get metrics for a specific workload in a namespace. Supports filtering by time range, direction (inbound/outbound), reporter, and other query parameters
423423
- `byLabels` (`string`) - Comma-separated list of labels to group metrics by (e.g., 'source_workload,destination_service'). Optional
424424
- `direction` (`string`) - Traffic direction: 'inbound' or 'outbound'. Optional, defaults to 'outbound'
425425
- `duration` (`string`) - Duration of the query period in seconds (e.g., '1800' for 30 minutes). Optional, defaults to 1800 seconds
@@ -431,7 +431,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
431431
- `step` (`string`) - Step between data points in seconds (e.g., '15'). Optional, defaults to 15 seconds
432432
- `workload` (`string`) **(required)** - Name of the workload to get metrics for
433433

434-
- **health** - Get health status for apps, workloads, and services across specified namespaces in the mesh. Returns health information including error rates and status for the requested resource type
434+
- **kiali_health** - Get health status for apps, workloads, and services across specified namespaces in the mesh. Returns health information including error rates and status for the requested resource type
435435
- `namespaces` (`string`) - Comma-separated list of namespaces to get health from (e.g. 'bookinfo' or 'bookinfo,default'). If not provided, returns health for all accessible namespaces
436436
- `queryTime` (`string`) - Unix timestamp (in seconds) for the prometheus query. If not provided, uses current time. Optional
437437
- `rateInterval` (`string`) - Rate interval for fetching error rate (e.g., '10m', '5m', '1h'). Default: '10m'
@@ -444,7 +444,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
444444
- `tail` (`integer`) - Number of lines to retrieve from the end of logs (default: 100)
445445
- `workload` (`string`) **(required)** - Name of the workload to get logs for
446446

447-
- **app_traces** - Get distributed tracing data for a specific app in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
447+
- **kiali_app_traces** - Get distributed tracing data for a specific app in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
448448
- `app` (`string`) **(required)** - Name of the app to get traces for
449449
- `clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
450450
- `endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
@@ -454,7 +454,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
454454
- `startMicros` (`string`) - Start time for traces in microseconds since epoch (optional)
455455
- `tags` (`string`) - JSON string of tags to filter traces (optional)
456456

457-
- **service_traces** - Get distributed tracing data for a specific service in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
457+
- **kiali_service_traces** - Get distributed tracing data for a specific service in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
458458
- `clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
459459
- `endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
460460
- `limit` (`integer`) - Maximum number of traces to return (default: 100)
@@ -464,7 +464,7 @@ In case multi-cluster support is enabled (default) and you have access to multip
464464
- `startMicros` (`string`) - Start time for traces in microseconds since epoch (optional)
465465
- `tags` (`string`) - JSON string of tags to filter traces (optional)
466466

467-
- **workload_traces** - Get distributed tracing data for a specific workload in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
467+
- **kiali_workload_traces** - Get distributed tracing data for a specific workload in a namespace. Returns trace information including spans, duration, and error details for troubleshooting and performance analysis.
468468
- `clusterName` (`string`) - Cluster name for multi-cluster environments (optional)
469469
- `endMicros` (`string`) - End time for traces in microseconds since epoch (optional)
470470
- `limit` (`integer`) - Maximum number of traces to return (default: 100)

0 commit comments

Comments
 (0)