Skip to content

Commit

Permalink
Merge pull request #36 from influxdata/feat/issue-34
Browse files Browse the repository at this point in the history
feat: support targeting the root of an object where source is a subtree; tests
  • Loading branch information
lukebond authored Jul 14, 2023
2 parents d4caff2 + 0c803f9 commit 1cf2d5c
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 18 deletions.
5 changes: 3 additions & 2 deletions manifests/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ spec:
items:
properties:
fromFieldPath:
description: If `None` then to_field_path cannot be `None`.
nullable: true
type: string
toFieldPath:
description: If `None` then from_field_path cannot be `None`.
nullable: true
type: string
required:
- toFieldPath
type: object
type: array
source:
Expand Down
Loading

0 comments on commit 1cf2d5c

Please sign in to comment.