From b1e62ee5ee939eee8d45f304de83cb7dd97b7e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 7 Jun 2019 17:40:23 +0200 Subject: [PATCH] fix link --- content/blog/use-qlkube-to-query-the-kubernetes-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/use-qlkube-to-query-the-kubernetes-api.md b/content/blog/use-qlkube-to-query-the-kubernetes-api.md index 97e1467..8fe6270 100644 --- a/content/blog/use-qlkube-to-query-the-kubernetes-api.md +++ b/content/blog/use-qlkube-to-query-the-kubernetes-api.md @@ -47,7 +47,7 @@ You can try the following queries in the GraphQL explorer. ## Get all pods in the current namespace -Unless you gave the `cluster-admin` right to the QLKube Service Account, you will have to specify a target namespace in all your queries. The `all` type is a [meta type defined by QLKube](TODO) to ease the use of common types such as `services`, `deployments`, `pods`, `daemonSets`, `replicaSets`, `statefulSets`, `jobs` or `cronJobs`. +Unless you gave the `cluster-admin` right to the QLKube Service Account, you will have to specify a target namespace in all your queries. The `all` type is a [meta type defined by QLKube](https://github.com/qlkube/qlkube/blob/9274405bb46592646220c099affdd24211875eed/src/schema.js#L25-L39) to ease the use of common types such as `services`, `deployments`, `pods`, `daemonSets`, `replicaSets`, `statefulSets`, `jobs` or `cronJobs`. **Query:**