adc list
Contents
Usage
$ adc list [--namespace <namespace>] \
[--all-namespaces] \
[--product <product>] \
[--kubeconfig <kubeconfig>] \
[--operators]
| Parameter | Description |
|---|---|
-n, --namespace |
Kubernetes namespace, resources from which will be listed. Either |
-A, --all-namespaces |
Specifies that resources across all the namespaces should be listed. Either |
--product |
Filters the output by product. Available values:
By default, all products are included in the output |
-k, --kubeconfig |
Path to a kubeconfig file. The default value is |
--operators |
Specifies that operators should be added to the output |
Examples
Listing the deployed resources without operators:
$ adc list -A
Output:
NAME NAMESPACE PRODUCT TYPE STATUS AGE trino trino trino WORKLOAD Pending 23s
Listing the deployed resources with operators:
$ adc list -A --operators
Output:
NAME NAMESPACE PRODUCT TYPE STATUS AGE trino trino trino WORKLOAD Pending 53s trino-operator-trino-operator trino-operator trino OPERATOR Running 16m