You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emitting a hello world result isn't very useful. Instead, show how to
compose an MR with some fields derived from the XR and some from the
input.
Signed-off-by: Nic Cope <[email protected]>
Copy file name to clipboardExpand all lines: package/input/template.fn.crossplane.io_inputs.yaml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,8 @@ spec:
24
24
of an object. Servers should convert recognized schemas to the latest
25
25
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
26
type: string
27
-
example:
28
-
description: Example is an example field. Replace it with whatever input
29
-
you need. :)
27
+
version:
28
+
description: The bucket version to compose (e.g. v1beta2).
30
29
type: string
31
30
kind:
32
31
description: 'Kind is a string value representing the REST resource this
0 commit comments