From eab4f8761fcb17933026dbbe813c603c8b823d16 Mon Sep 17 00:00:00 2001 From: Nicolas Kowenski Date: Tue, 3 Dec 2019 16:12:41 +0100 Subject: [PATCH] fix bug #261, JSONPath should include the function name Signed-off-by: Nicolas Kowenski --- examples/crd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/crd.yaml b/examples/crd.yaml index d19948dc..8e00e193 100644 --- a/examples/crd.yaml +++ b/examples/crd.yaml @@ -28,10 +28,10 @@ spec: - name: Children type: string priority: 0 - JSONPath: .status.children + JSONPath: .status.create_fn.children description: The children pods created. - name: Message type: string priority: 0 - JSONPath: .status.message + JSONPath: .status.create_fn.message description: As returned from the handler (sometimes).