From 869817b56c5e6d53991d4610331baa2d6efbd702 Mon Sep 17 00:00:00 2001 From: Daniel Mendes Date: Fri, 14 Aug 2020 11:40:11 +0200 Subject: [PATCH] Update jsonpath.md --- content/en/docs/reference/kubectl/jsonpath.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/en/docs/reference/kubectl/jsonpath.md b/content/en/docs/reference/kubectl/jsonpath.md index e7087bbdea..9e483e443c 100644 --- a/content/en/docs/reference/kubectl/jsonpath.md +++ b/content/en/docs/reference/kubectl/jsonpath.md @@ -108,14 +108,4 @@ kubectl get secrets -o jsonpath='{.items[?(@.metadata.name=~/^test$/)].metadata. ``` {{< /note >}} -{{< note >}} - -JSONPath RegEx are currently not supported. You must use jq or similar. -Example currently not supported - -```shell -kubectl get secrets -o jsonpath='{.items[?(@.metadata.name=~/^test$/)].metadata.name}' -``` -{{< /note >}} -