Skip to content

Commit 82780ae

Browse files
committed
Update generated code
Signed-off-by: Adam Wolfe Gordon <[email protected]>
1 parent 1870230 commit 82780ae

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

package/input/gotemplating.fn.crossplane.io_gotemplates.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.13.0
6+
controller-gen.kubebuilder.io/version: v0.16.0
77
name: gotemplates.gotemplating.fn.crossplane.io
88
spec:
99
group: gotemplating.fn.crossplane.io
@@ -22,9 +22,11 @@ spec:
2222
description: A GoTemplate is used to provide templates to this Function.
2323
properties:
2424
apiVersion:
25-
description: 'APIVersion defines the versioned schema of this representation
26-
of an object. Servers should convert recognized schemas to the latest
27-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25+
description: |-
26+
APIVersion defines the versioned schema of this representation of an object.
27+
Servers should convert recognized schemas to the latest internal value, and
28+
may reject unrecognized values.
29+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2830
type: string
2931
delims:
3032
description: Template delimiters
@@ -51,9 +53,12 @@ spec:
5153
type: string
5254
type: object
5355
kind:
54-
description: 'Kind is a string value representing the REST resource this
55-
object represents. Servers may infer this from the endpoint the client
56-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
56+
description: |-
57+
Kind is a string value representing the REST resource this object represents.
58+
Servers may infer this from the endpoint the client submits requests to.
59+
Cannot be updated.
60+
In CamelCase.
61+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
5762
type: string
5863
metadata:
5964
type: object

0 commit comments

Comments
 (0)