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
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
@@ -48,40 +53,39 @@ spec:
48
53
description: Tolerations allow the default workloads to schedule onto
49
54
nodes with matching taints
50
55
items:
51
-
description: The pod this Toleration is attached to tolerates any
52
-
taint that matches the triple <key,value,effect> using the matching
53
-
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>.
54
59
properties:
55
60
effect:
56
-
description: Effect indicates the taint effect to match. Empty
57
-
means match all taint effects. When specified, allowed values
58
-
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.
59
64
type: string
60
65
key:
61
-
description: Key is the taint key that the toleration applies
62
-
to. Empty means match all taint keys. If the key is empty,
63
-
operator must be Exists; this combination means to match all
64
-
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.
65
69
type: string
66
70
operator:
67
-
description: Operator represents a key's relationship to the
68
-
value. Valid operators are Exists and Equal. Defaults to Equal.
69
-
Exists is equivalent to wildcard for value, so that a pod
70
-
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.
71
76
type: string
72
77
tolerationSeconds:
73
-
description: TolerationSeconds represents the period of time
74
-
the toleration (which must be of effect NoExecute, otherwise
75
-
this field is ignored) tolerates the taint. By default, it
76
-
is not set, which means tolerate the taint forever (do not
77
-
evict). Zero and negative values will be treated as 0 (evict
78
-
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.
79
83
format: int64
80
84
type: integer
81
85
value:
82
-
description: Value is the taint value the toleration matches
83
-
to. If the operator is Exists, the value should be empty,
84
-
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