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: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
29
type: string
28
30
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
37
type: string
33
38
metadata:
34
39
type: object
@@ -41,8 +46,9 @@ spec:
41
46
description: Match GrafanaFolders CRs to infer the uid
42
47
type: string
43
48
folderUID:
44
-
description: UID of the folder containing this rule group Overrides
45
-
the FolderSelector
49
+
description: |-
50
+
UID of the folder containing this rule group
51
+
Overrides the FolderSelector
46
52
type: string
47
53
instanceSelector:
48
54
description: selects Grafanas for import
@@ -51,24 +57,24 @@ spec:
51
57
description: matchExpressions is a list of label selector requirements.
52
58
The requirements are ANDed.
53
59
items:
54
-
description: A label selector requirement is a selector that
55
-
contains values, a key, and an operator that relates the key
56
-
and values.
60
+
description: |-
61
+
A label selector requirement is a selector that contains values, a key, and an operator that
62
+
relates the key and values.
57
63
properties:
58
64
key:
59
65
description: key is the label key that the selector applies
60
66
to.
61
67
type: string
62
68
operator:
63
-
description: operator represents a key's relationship to
64
-
a set of values. Valid operators are In, NotIn, Exists
65
-
and DoesNotExist.
69
+
description: |-
70
+
operator represents a key's relationship to a set of values.
71
+
Valid operators are In, NotIn, Exists and DoesNotExist.
66
72
type: string
67
73
values:
68
-
description: values is an array of string values. If the
69
-
operator is In or NotIn, the values array must be non-empty.
70
-
If the operator is Exists or DoesNotExist, the values
71
-
array must be empty. This array is replaced during a strategic
74
+
description: |-
75
+
values is an array of string values. If the operator is In or NotIn,
76
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
77
+
the values array must be empty. This array is replaced during a strategic
72
78
merge patch.
73
79
items:
74
80
type: string
@@ -81,11 +87,10 @@ spec:
81
87
matchLabels:
82
88
additionalProperties:
83
89
type: string
84
-
description: matchLabels is a map of {key,value} pairs. A single
85
-
{key,value} in the matchLabels map is equivalent to an element
86
-
of matchExpressions, whose key field is "key", the operator
87
-
is "In", and the values array contains only "value". The requirements
88
-
are ANDed.
90
+
description: |-
91
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
92
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
93
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
89
94
type: object
90
95
type: object
91
96
x-kubernetes-map-type: atomic
@@ -122,9 +127,9 @@ spec:
122
127
above properties as well as custom properties.
123
128
x-kubernetes-preserve-unknown-fields: true
124
129
queryType:
125
-
description: QueryType is an optional identifier for the
126
-
type of query. It can be used to distinguish different
127
-
types of queries.
130
+
description: |-
131
+
QueryType is an optional identifier for the type of query.
132
+
It can be used to distinguish different types of queries.
128
133
type: string
129
134
refId:
130
135
description: RefID is the unique identifier of the query,
@@ -200,42 +205,42 @@ spec:
200
205
conditions:
201
206
items:
202
207
description: "Condition contains details for one aspect of the current
203
-
state of this API Resource. --- This struct is intended for direct
204
-
use as an array at the field path .status.conditions. For example,
205
-
\n type FooStatus struct{ // Represents the observations of a
206
-
foo's current state. // Known .status.conditions.type are: \"Available\",
207
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments