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: |-
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
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'
28
26
type: string
29
27
kind:
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
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'
36
31
type: string
37
32
metadata:
38
33
type: object
@@ -53,39 +48,40 @@ spec:
53
48
description: Tolerations allow the default workloads to schedule onto
54
49
nodes with matching taints
55
50
items:
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>.
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>.
59
54
properties:
60
55
effect:
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.
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.
64
59
type: string
65
60
key:
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.
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.
69
65
type: string
70
66
operator:
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.
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.
76
71
type: string
77
72
tolerationSeconds:
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.
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.
83
79
format: int64
84
80
type: integer
85
81
value:
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.
82
+
description: Value is the taint value the toleration matches
83
+
to. If the operator is Exists, the value should be empty,
0 commit comments