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: GitopsService is the Schema for the gitopsservices API
23
21
properties:
24
22
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'
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
28
28
type: string
29
29
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
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
33
36
type: string
34
37
metadata:
35
38
type: object
@@ -50,40 +53,39 @@ spec:
50
53
description: Tolerations allow the default workloads to schedule onto
51
54
nodes with matching taints
52
55
items:
53
-
description: The pod this Toleration is attached to tolerates any
54
-
taint that matches the triple <key,value,effect> using the matching
55
-
operator <operator>.
56
+
description: |-
57
+
The pod this Toleration is attached to tolerates any taint that matches
58
+
the triple <key,value,effect> using the matching operator <operator>.
56
59
properties:
57
60
effect:
58
-
description: Effect indicates the taint effect to match. Empty
59
-
means match all taint effects. When specified, allowed values
60
-
are NoSchedule, PreferNoSchedule and NoExecute.
61
+
description: |-
62
+
Effect indicates the taint effect to match. Empty means match all taint effects.
63
+
When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
61
64
type: string
62
65
key:
63
-
description: Key is the taint key that the toleration applies
64
-
to. Empty means match all taint keys. If the key is empty,
65
-
operator must be Exists; this combination means to match all
66
-
values and all keys.
66
+
description: |-
67
+
Key is the taint key that the toleration applies to. Empty means match all taint keys.
68
+
If the key is empty, operator must be Exists; this combination means to match all values and all keys.
67
69
type: string
68
70
operator:
69
-
description: Operator represents a key's relationship to the
70
-
value. Valid operators are Exists and Equal. Defaults to Equal.
71
-
Exists is equivalent to wildcard for value, so that a pod
72
-
can tolerate all taints of a particular category.
71
+
description: |-
72
+
Operator represents a key's relationship to the value.
73
+
Valid operators are Exists and Equal. Defaults to Equal.
74
+
Exists is equivalent to wildcard for value, so that a pod can
75
+
tolerate all taints of a particular category.
73
76
type: string
74
77
tolerationSeconds:
75
-
description: TolerationSeconds represents the period of time
76
-
the toleration (which must be of effect NoExecute, otherwise
77
-
this field is ignored) tolerates the taint. By default, it
78
-
is not set, which means tolerate the taint forever (do not
79
-
evict). Zero and negative values will be treated as 0 (evict
80
-
immediately) by the system.
78
+
description: |-
79
+
TolerationSeconds represents the period of time the toleration (which must be
80
+
of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
81
+
it is not set, which means tolerate the taint forever (do not evict). Zero and
82
+
negative values will be treated as 0 (evict immediately) by the system.
81
83
format: int64
82
84
type: integer
83
85
value:
84
-
description: Value is the taint value the toleration matches
85
-
to. If the operator is Exists, the value should be empty,
86
-
otherwise just a regular string.
86
+
description: |-
87
+
Value is the taint value the toleration matches to.
88
+
If the operator is Exists, the value should be empty, otherwise just a regular string.
0 commit comments