
ojob ojob.io/kube/query query=starts(metadata.name,'helm').select({metadata:{name:''}}) ns=default url=https://1.2.3.4:1234 user=user pass=password token=abc123
Use the Kube oPack to query a list of pods
| Name | Description |
|---|---|
| query | The nlinq query to perform |
| ns | The namespace to apply to the query to |
| url | The URL to the K8S API to use |
| user | The K8S API user crendential to use. |
| pass | The K8S API password credential to use. |
| token | The K8S API token credential to use. |