Skip to content

Commit 950701c

Browse files
committed
codegen
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 7233bd4 commit 950701c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

deploy/crd/kcp.io/syncagent.kcp.io_publishedresources.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ spec:
438438
description: |-
439439
Reference points to a field inside the main object. This reference is
440440
evaluated on both source and destination sides to find the related object.
441+
442+
Deprecated: Use Go templates instead.
441443
properties:
442444
path:
443445
description: |-
@@ -553,6 +555,8 @@ spec:
553555
description: |-
554556
Reference points to a field inside the main object. This reference is
555557
evaluated on both source and destination sides to find the related object.
558+
559+
Deprecated: Use Go templates instead.
556560
properties:
557561
path:
558562
description: |-
@@ -665,7 +669,9 @@ spec:
665669
type: object
666670
type: object
667671
origin:
668-
description: '"service" or "kcp"'
672+
enum:
673+
- service
674+
- kcp
669675
type: string
670676
required:
671677
- identifier

sdk/applyconfiguration/syncagent/v1alpha1/relatedresourcespec.go

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)