Skip to content

Commit

Permalink
Merge pull request #11 from turkenh/backport-10
Browse files Browse the repository at this point in the history
Rename group of the Input CRD from template to sequencer
  • Loading branch information
turkenh authored Feb 29, 2024
2 parents 98696eb + e885bce commit af9a4c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the `first-resource` is ready.
functionRef:
name: function-sequencer
input:
apiVersion: template.fn.crossplane.io/v1beta1
apiVersion: sequencer.fn.crossplane.io/v1beta1
kind: Input
rules:
- sequence:
Expand Down
2 changes: 1 addition & 1 deletion example/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
functionRef:
name: function-sequencer
input:
apiVersion: template.fn.crossplane.io/v1beta1
apiVersion: sequencer.fn.crossplane.io/v1beta1
kind: Input
rules:
- sequence:
Expand Down
2 changes: 1 addition & 1 deletion input/v1beta1/input.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package v1beta1 contains the input type for this Function
// +kubebuilder:object:generate=true
// +groupName=template.fn.crossplane.io
// +groupName=sequencer.fn.crossplane.io
// +versionName=v1beta1
package v1beta1

Expand Down
4 changes: 2 additions & 2 deletions package/input/template.fn.crossplane.io_inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
name: inputs.template.fn.crossplane.io
name: inputs.sequencer.fn.crossplane.io
spec:
group: template.fn.crossplane.io
group: sequencer.fn.crossplane.io
names:
categories:
- crossplane
Expand Down

0 comments on commit af9a4c6

Please sign in to comment.