You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A GoTemplate is used to provide templates to this Function.
23
23
properties:
24
24
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
28
30
type: string
29
31
delims:
30
32
description: Template delimiters
@@ -51,9 +53,12 @@ spec:
51
53
type: string
52
54
type: object
53
55
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
0 commit comments