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: Collector is the Schema for the collectors API
25
25
properties:
26
26
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30
32
type: string
31
33
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
35
40
type: string
36
41
metadata:
37
42
type: object
@@ -41,33 +46,33 @@ spec:
41
46
controlNamespace:
42
47
type: string
43
48
tenantSelector:
44
-
description: A label selector is a label query over a set of resources.
45
-
The result of matchLabels and matchExpressions are ANDed. An empty
46
-
label selector matches all objects. A null label selector matches
47
-
no objects.
49
+
description: |-
50
+
A label selector is a label query over a set of resources. The result of matchLabels and
51
+
matchExpressions are ANDed. An empty label selector matches all objects. A null
52
+
label selector matches no objects.
48
53
properties:
49
54
matchExpressions:
50
55
description: matchExpressions is a list of label selector requirements.
51
56
The requirements are ANDed.
52
57
items:
53
-
description: A label selector requirement is a selector that
54
-
contains values, a key, and an operator that relates the key
55
-
and values.
58
+
description: |-
59
+
A label selector requirement is a selector that contains values, a key, and an operator that
60
+
relates the key and values.
56
61
properties:
57
62
key:
58
63
description: key is the label key that the selector applies
59
64
to.
60
65
type: string
61
66
operator:
62
-
description: operator represents a key's relationship to
63
-
a set of values. Valid operators are In, NotIn, Exists
64
-
and DoesNotExist.
67
+
description: |-
68
+
operator represents a key's relationship to a set of values.
69
+
Valid operators are In, NotIn, Exists and DoesNotExist.
65
70
type: string
66
71
values:
67
-
description: values is an array of string values. If the
68
-
operator is In or NotIn, the values array must be non-empty.
69
-
If the operator is Exists or DoesNotExist, the values
70
-
array must be empty. This array is replaced during a strategic
72
+
description: |-
73
+
values is an array of string values. If the operator is In or NotIn,
74
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
75
+
the values array must be empty. This array is replaced during a strategic
71
76
merge patch.
72
77
items:
73
78
type: string
@@ -80,11 +85,10 @@ spec:
80
85
matchLabels:
81
86
additionalProperties:
82
87
type: string
83
-
description: matchLabels is a map of {key,value} pairs. A single
84
-
{key,value} in the matchLabels map is equivalent to an element
85
-
of matchExpressions, whose key field is "key", the operator
86
-
is "In", and the values array contains only "value". The requirements
87
-
are ANDed.
88
+
description: |-
89
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
90
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
91
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
description: OtelOutput is the Schema for the oteloutputs 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
@@ -42,56 +47,61 @@ spec:
42
47
description: Auth configuration for outgoing RPCs.
43
48
type: string
44
49
authority:
45
-
description: WithAuthority parameter configures client to rewrite
0 commit comments