File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ the `first-resource` is ready.
11
11
functionRef :
12
12
name : function-sequencer
13
13
input :
14
- apiVersion : template .fn.crossplane.io/v1beta1
14
+ apiVersion : sequencer .fn.crossplane.io/v1beta1
15
15
kind : Input
16
16
rules :
17
17
- sequence :
Original file line number Diff line number Diff line change 68
68
functionRef :
69
69
name : function-sequencer
70
70
input :
71
- apiVersion : template .fn.crossplane.io/v1beta1
71
+ apiVersion : sequencer .fn.crossplane.io/v1beta1
72
72
kind : Input
73
73
rules :
74
74
- sequence :
Original file line number Diff line number Diff line change 1
1
// Package v1beta1 contains the input type for this Function
2
2
// +kubebuilder:object:generate=true
3
- // +groupName=template .fn.crossplane.io
3
+ // +groupName=sequencer .fn.crossplane.io
4
4
// +versionName=v1beta1
5
5
package v1beta1
6
6
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
controller-gen.kubebuilder.io/version : v0.13.0
7
- name : inputs.template .fn.crossplane.io
7
+ name : inputs.sequencer .fn.crossplane.io
8
8
spec :
9
- group : template .fn.crossplane.io
9
+ group : sequencer .fn.crossplane.io
10
10
names :
11
11
categories :
12
12
- crossplane
You can’t perform that action at this time.
0 commit comments