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: JsonnetSource is the Schema for the jsonnetsources API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
31
36
type: string
32
37
metadata:
33
38
type: object
34
39
spec:
35
40
description: JsonnetSourceSpec defines the desired state of JsonnetSource
36
41
properties:
37
42
kind:
38
-
description: 'Kind of the resource. Supported kinds are: - flux GitRepository;OCIRepository;Bucket
39
-
- ConfigMap/Secret (which will be mounted as volume)'
43
+
description: |-
44
+
Kind of the resource. Supported kinds are:
45
+
- flux GitRepository;OCIRepository;Bucket
46
+
- ConfigMap/Secret (which will be mounted as volume)
40
47
enum:
41
48
- GitRepository
42
49
- OCIRepository
@@ -49,13 +56,15 @@ spec:
49
56
minLength: 1
50
57
type: string
51
58
namespace:
52
-
description: Namespace of the referenced resource. Namespace can be
53
-
left empty. In such a case, namespace will be implicit set to cluster's
54
-
namespace.
59
+
description: |-
60
+
Namespace of the referenced resource.
61
+
Namespace can be left empty. In such a case, namespace will
62
+
be implicit set to cluster's namespace.
55
63
type: string
56
64
path:
57
-
description: Path to the jsonnet file. Defaults to 'None', which translates
58
-
to the root path of the SourceRef.
65
+
description: |-
66
+
Path to the jsonnet file.
67
+
Defaults to 'None', which translates to the root path of the SourceRef.
59
68
type: string
60
69
variables:
61
70
additionalProperties:
@@ -74,8 +83,9 @@ spec:
74
83
description: FailureMessage provides more information about the error.
75
84
type: string
76
85
resources:
77
-
description: Resources contains the output of jsonnet, so the resources
0 commit comments