Skip to content

Commit 90e4468

Browse files
authored
Merge pull request #10 from turkenh/rename-input-group
Rename group of the Input CRD from template to sequencer
2 parents 98696eb + a623145 commit 90e4468

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the `first-resource` is ready.
1111
functionRef:
1212
name: function-sequencer
1313
input:
14-
apiVersion: template.fn.crossplane.io/v1beta1
14+
apiVersion: sequencer.fn.crossplane.io/v1beta1
1515
kind: Input
1616
rules:
1717
- sequence:

example/composition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
functionRef:
6969
name: function-sequencer
7070
input:
71-
apiVersion: template.fn.crossplane.io/v1beta1
71+
apiVersion: sequencer.fn.crossplane.io/v1beta1
7272
kind: Input
7373
rules:
7474
- sequence:

input/v1beta1/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package v1beta1 contains the input type for this Function
22
// +kubebuilder:object:generate=true
3-
// +groupName=template.fn.crossplane.io
3+
// +groupName=sequencer.fn.crossplane.io
44
// +versionName=v1beta1
55
package v1beta1
66

package/input/template.fn.crossplane.io_inputs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.13.0
7-
name: inputs.template.fn.crossplane.io
7+
name: inputs.sequencer.fn.crossplane.io
88
spec:
9-
group: template.fn.crossplane.io
9+
group: sequencer.fn.crossplane.io
1010
names:
1111
categories:
1212
- crossplane

0 commit comments

Comments
 (0)