Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Fix bug #261, JSONPath should include the function name #262

Merged
merged 2 commits into from
Dec 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).