Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/v1beta1/resources_transforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const (
// A StringTransform returns a string given the supplied input.
type StringTransform struct {
// Type of the string transform to be run.
// +kubebuilder:validation:Enum=Format;Convert;TrimPrefix;TrimSuffix;Regexp
// +kubebuilder:validation:Enum=Format;Convert;TrimPrefix;TrimSuffix;Regexp;Join;Replace
// +kubebuilder:default=Format
Type StringTransformType `json:"type"`

Expand Down
10 changes: 9 additions & 1 deletion package/input/pt.fn.crossplane.io_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.18.0
controller-gen.kubebuilder.io/version: v0.20.0
name: resources.pt.fn.crossplane.io
spec:
group: pt.fn.crossplane.io
Expand Down Expand Up @@ -364,6 +364,8 @@ spec:
- TrimPrefix
- TrimSuffix
- Regexp
- Join
- Replace
type: string
required:
- type
Expand Down Expand Up @@ -744,6 +746,8 @@ spec:
- TrimPrefix
- TrimSuffix
- Regexp
- Join
- Replace
type: string
required:
- type
Expand Down Expand Up @@ -1184,6 +1188,8 @@ spec:
- TrimPrefix
- TrimSuffix
- Regexp
- Join
- Replace
type: string
required:
- type
Expand Down Expand Up @@ -1635,6 +1641,8 @@ spec:
- TrimPrefix
- TrimSuffix
- Regexp
- Join
- Replace
type: string
required:
- type
Expand Down