kubernetes_schemas 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +8 -3
  3. data/lib/kubernetes_schemas/version.rb +1 -1
  4. data/lib/kubernetes_schemas.rb +2 -1
  5. data/schemas/1.22-strict/apigroup.json +123 -0
  6. data/schemas/1.22-strict/apigrouplist.json +161 -0
  7. data/schemas/1.22-strict/apiresourcelist.json +140 -0
  8. data/schemas/1.22-strict/apiservice.json +439 -0
  9. data/schemas/1.22-strict/apiservicelist.json +522 -0
  10. data/schemas/1.22-strict/apiversions.json +78 -0
  11. data/schemas/1.22-strict/binding.json +349 -0
  12. data/schemas/1.22-strict/certificatesigningrequest.json +464 -0
  13. data/schemas/1.22-strict/certificatesigningrequestlist.json +544 -0
  14. data/schemas/1.22-strict/clusterrole.json +453 -0
  15. data/schemas/1.22-strict/clusterrolebinding.json +361 -0
  16. data/schemas/1.22-strict/clusterrolebindinglist.json +441 -0
  17. data/schemas/1.22-strict/clusterrolelist.json +536 -0
  18. data/schemas/1.22-strict/componentstatus.json +331 -0
  19. data/schemas/1.22-strict/componentstatuslist.json +414 -0
  20. data/schemas/1.22-strict/configmap.json +320 -0
  21. data/schemas/1.22-strict/configmaplist.json +403 -0
  22. data/schemas/1.22-strict/controllerrevision.json +304 -0
  23. data/schemas/1.22-strict/controllerrevisionlist.json +384 -0
  24. data/schemas/1.22-strict/cronjob.json +9985 -0
  25. data/schemas/1.22-strict/cronjoblist.json +10068 -0
  26. data/schemas/1.22-strict/csidriver.json +381 -0
  27. data/schemas/1.22-strict/csidriverlist.json +461 -0
  28. data/schemas/1.22-strict/csinode.json +361 -0
  29. data/schemas/1.22-strict/csinodelist.json +441 -0
  30. data/schemas/1.22-strict/csistoragecapacity.json +396 -0
  31. data/schemas/1.22-strict/csistoragecapacitylist.json +480 -0
  32. data/schemas/1.22-strict/daemonset.json +9715 -0
  33. data/schemas/1.22-strict/daemonsetlist.json +9798 -0
  34. data/schemas/1.22-strict/deleteoptions.json +336 -0
  35. data/schemas/1.22-strict/deployment.json +9736 -0
  36. data/schemas/1.22-strict/deploymentlist.json +9819 -0
  37. data/schemas/1.22-strict/endpoints.json +548 -0
  38. data/schemas/1.22-strict/endpointslice.json +529 -0
  39. data/schemas/1.22-strict/endpointslicelist.json +606 -0
  40. data/schemas/1.22-strict/endpointslist.json +631 -0
  41. data/schemas/1.22-strict/event.json +531 -0
  42. data/schemas/1.22-strict/eventlist.json +611 -0
  43. data/schemas/1.22-strict/eviction.json +624 -0
  44. data/schemas/1.22-strict/flowschema.json +635 -0
  45. data/schemas/1.22-strict/flowschemalist.json +718 -0
  46. data/schemas/1.22-strict/horizontalpodautoscaler.json +1825 -0
  47. data/schemas/1.22-strict/horizontalpodautoscalerlist.json +1908 -0
  48. data/schemas/1.22-strict/ingress.json +659 -0
  49. data/schemas/1.22-strict/ingressclass.json +346 -0
  50. data/schemas/1.22-strict/ingressclasslist.json +429 -0
  51. data/schemas/1.22-strict/ingresslist.json +742 -0
  52. data/schemas/1.22-strict/job.json +9731 -0
  53. data/schemas/1.22-strict/joblist.json +9814 -0
  54. data/schemas/1.22-strict/lease.json +335 -0
  55. data/schemas/1.22-strict/leaselist.json +418 -0
  56. data/schemas/1.22-strict/limitrange.json +435 -0
  57. data/schemas/1.22-strict/limitrangelist.json +518 -0
  58. data/schemas/1.22-strict/localsubjectaccessreview.json +466 -0
  59. data/schemas/1.22-strict/mutatingwebhookconfiguration.json +629 -0
  60. data/schemas/1.22-strict/mutatingwebhookconfigurationlist.json +712 -0
  61. data/schemas/1.22-strict/namespace.json +377 -0
  62. data/schemas/1.22-strict/namespacelist.json +460 -0
  63. data/schemas/1.22-strict/networkpolicy.json +873 -0
  64. data/schemas/1.22-strict/networkpolicylist.json +956 -0
  65. data/schemas/1.22-strict/node.json +928 -0
  66. data/schemas/1.22-strict/nodelist.json +1011 -0
  67. data/schemas/1.22-strict/persistentvolume.json +1820 -0
  68. data/schemas/1.22-strict/persistentvolumeclaim.json +626 -0
  69. data/schemas/1.22-strict/persistentvolumeclaimlist.json +709 -0
  70. data/schemas/1.22-strict/persistentvolumelist.json +1903 -0
  71. data/schemas/1.22-strict/pod.json +10192 -0
  72. data/schemas/1.22-strict/poddisruptionbudget.json +514 -0
  73. data/schemas/1.22-strict/poddisruptionbudgetlist.json +597 -0
  74. data/schemas/1.22-strict/podlist.json +10275 -0
  75. data/schemas/1.22-strict/podsecuritypolicy.json +817 -0
  76. data/schemas/1.22-strict/podsecuritypolicylist.json +900 -0
  77. data/schemas/1.22-strict/podtemplate.json +9435 -0
  78. data/schemas/1.22-strict/podtemplatelist.json +9518 -0
  79. data/schemas/1.22-strict/priorityclass.json +318 -0
  80. data/schemas/1.22-strict/priorityclasslist.json +398 -0
  81. data/schemas/1.22-strict/prioritylevelconfiguration.json +455 -0
  82. data/schemas/1.22-strict/prioritylevelconfigurationlist.json +538 -0
  83. data/schemas/1.22-strict/replicaset.json +9632 -0
  84. data/schemas/1.22-strict/replicasetlist.json +9715 -0
  85. data/schemas/1.22-strict/replicationcontroller.json +9578 -0
  86. data/schemas/1.22-strict/replicationcontrollerlist.json +9661 -0
  87. data/schemas/1.22-strict/resourcequota.json +441 -0
  88. data/schemas/1.22-strict/resourcequotalist.json +524 -0
  89. data/schemas/1.22-strict/role.json +368 -0
  90. data/schemas/1.22-strict/rolebinding.json +361 -0
  91. data/schemas/1.22-strict/rolebindinglist.json +441 -0
  92. data/schemas/1.22-strict/rolelist.json +451 -0
  93. data/schemas/1.22-strict/runtimeclass.json +407 -0
  94. data/schemas/1.22-strict/runtimeclasslist.json +487 -0
  95. data/schemas/1.22-strict/scale.json +329 -0
  96. data/schemas/1.22-strict/secret.json +327 -0
  97. data/schemas/1.22-strict/secretlist.json +410 -0
  98. data/schemas/1.22-strict/selfsubjectaccessreview.json +420 -0
  99. data/schemas/1.22-strict/selfsubjectrulesreview.json +438 -0
  100. data/schemas/1.22-strict/service.json +701 -0
  101. data/schemas/1.22-strict/serviceaccount.json +387 -0
  102. data/schemas/1.22-strict/serviceaccountlist.json +470 -0
  103. data/schemas/1.22-strict/servicelist.json +784 -0
  104. data/schemas/1.22-strict/statefulset.json +10350 -0
  105. data/schemas/1.22-strict/statefulsetlist.json +10433 -0
  106. data/schemas/1.22-strict/status.json +184 -0
  107. data/schemas/1.22-strict/storageclass.json +397 -0
  108. data/schemas/1.22-strict/storageclasslist.json +477 -0
  109. data/schemas/1.22-strict/subjectaccessreview.json +466 -0
  110. data/schemas/1.22-strict/tokenreview.json +412 -0
  111. data/schemas/1.22-strict/validatingwebhookconfiguration.json +622 -0
  112. data/schemas/1.22-strict/validatingwebhookconfigurationlist.json +705 -0
  113. data/schemas/1.22-strict/volumeattachment.json +1909 -0
  114. data/schemas/1.22-strict/volumeattachmentlist.json +1989 -0
  115. data/schemas/1.22-strict/watchevent.json +277 -0
  116. metadata +112 -1
@@ -0,0 +1,407 @@
1
+ {
2
+ "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class",
3
+ "type": "object",
4
+ "required": [
5
+ "handler"
6
+ ],
7
+ "properties": {
8
+ "apiVersion": {
9
+ "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
10
+ "type": [
11
+ "string",
12
+ "null"
13
+ ]
14
+ },
15
+ "handler": {
16
+ "description": "Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called \"runc\" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.",
17
+ "type": [
18
+ "string",
19
+ "null"
20
+ ]
21
+ },
22
+ "kind": {
23
+ "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
24
+ "type": [
25
+ "string",
26
+ "null"
27
+ ],
28
+ "enum": [
29
+ "RuntimeClass"
30
+ ]
31
+ },
32
+ "metadata": {
33
+ "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
34
+ "type": [
35
+ "object",
36
+ "null"
37
+ ],
38
+ "properties": {
39
+ "annotations": {
40
+ "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations",
41
+ "type": [
42
+ "object",
43
+ "null"
44
+ ],
45
+ "additionalProperties": {
46
+ "type": [
47
+ "string",
48
+ "null"
49
+ ]
50
+ }
51
+ },
52
+ "clusterName": {
53
+ "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
54
+ "type": [
55
+ "string",
56
+ "null"
57
+ ]
58
+ },
59
+ "creationTimestamp": {
60
+ "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
61
+ "type": [
62
+ "string",
63
+ "null"
64
+ ],
65
+ "format": "date-time"
66
+ },
67
+ "deletionGracePeriodSeconds": {
68
+ "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.",
69
+ "type": [
70
+ "integer",
71
+ "null"
72
+ ],
73
+ "format": "int64"
74
+ },
75
+ "deletionTimestamp": {
76
+ "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
77
+ "type": [
78
+ "string",
79
+ "null"
80
+ ],
81
+ "format": "date-time"
82
+ },
83
+ "finalizers": {
84
+ "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.",
85
+ "type": [
86
+ "array",
87
+ "null"
88
+ ],
89
+ "items": {
90
+ "type": [
91
+ "string",
92
+ "null"
93
+ ]
94
+ },
95
+ "x-kubernetes-patch-strategy": "merge"
96
+ },
97
+ "generateName": {
98
+ "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency",
99
+ "type": [
100
+ "string",
101
+ "null"
102
+ ]
103
+ },
104
+ "generation": {
105
+ "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.",
106
+ "type": [
107
+ "integer",
108
+ "null"
109
+ ],
110
+ "format": "int64"
111
+ },
112
+ "labels": {
113
+ "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels",
114
+ "type": [
115
+ "object",
116
+ "null"
117
+ ],
118
+ "additionalProperties": {
119
+ "type": [
120
+ "string",
121
+ "null"
122
+ ]
123
+ }
124
+ },
125
+ "managedFields": {
126
+ "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.",
127
+ "type": [
128
+ "array",
129
+ "null"
130
+ ],
131
+ "items": {
132
+ "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
133
+ "type": [
134
+ "object",
135
+ "null"
136
+ ],
137
+ "properties": {
138
+ "apiVersion": {
139
+ "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.",
140
+ "type": [
141
+ "string",
142
+ "null"
143
+ ]
144
+ },
145
+ "fieldsType": {
146
+ "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"",
147
+ "type": [
148
+ "string",
149
+ "null"
150
+ ]
151
+ },
152
+ "fieldsV1": {
153
+ "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff",
154
+ "type": [
155
+ "object",
156
+ "null"
157
+ ]
158
+ },
159
+ "manager": {
160
+ "description": "Manager is an identifier of the workflow managing these fields.",
161
+ "type": [
162
+ "string",
163
+ "null"
164
+ ]
165
+ },
166
+ "operation": {
167
+ "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
168
+ "type": [
169
+ "string",
170
+ "null"
171
+ ]
172
+ },
173
+ "subresource": {
174
+ "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.",
175
+ "type": [
176
+ "string",
177
+ "null"
178
+ ]
179
+ },
180
+ "time": {
181
+ "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.",
182
+ "type": [
183
+ "string",
184
+ "null"
185
+ ],
186
+ "format": "date-time"
187
+ }
188
+ },
189
+ "additionalProperties": false
190
+ }
191
+ },
192
+ "name": {
193
+ "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
194
+ "type": [
195
+ "string",
196
+ "null"
197
+ ]
198
+ },
199
+ "namespace": {
200
+ "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces",
201
+ "type": [
202
+ "string",
203
+ "null"
204
+ ]
205
+ },
206
+ "ownerReferences": {
207
+ "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.",
208
+ "type": [
209
+ "array",
210
+ "null"
211
+ ],
212
+ "items": {
213
+ "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.",
214
+ "type": [
215
+ "object",
216
+ "null"
217
+ ],
218
+ "required": [
219
+ "apiVersion",
220
+ "kind",
221
+ "name",
222
+ "uid"
223
+ ],
224
+ "properties": {
225
+ "apiVersion": {
226
+ "description": "API version of the referent.",
227
+ "type": "string"
228
+ },
229
+ "blockOwnerDeletion": {
230
+ "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.",
231
+ "type": [
232
+ "boolean",
233
+ "null"
234
+ ]
235
+ },
236
+ "controller": {
237
+ "description": "If true, this reference points to the managing controller.",
238
+ "type": [
239
+ "boolean",
240
+ "null"
241
+ ]
242
+ },
243
+ "kind": {
244
+ "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
245
+ "type": "string"
246
+ },
247
+ "name": {
248
+ "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
249
+ "type": "string"
250
+ },
251
+ "uid": {
252
+ "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
253
+ "type": "string"
254
+ }
255
+ },
256
+ "x-kubernetes-map-type": "atomic",
257
+ "additionalProperties": false
258
+ },
259
+ "x-kubernetes-patch-merge-key": "uid",
260
+ "x-kubernetes-patch-strategy": "merge"
261
+ },
262
+ "resourceVersion": {
263
+ "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
264
+ "type": [
265
+ "string",
266
+ "null"
267
+ ]
268
+ },
269
+ "selfLink": {
270
+ "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.",
271
+ "type": [
272
+ "string",
273
+ "null"
274
+ ]
275
+ },
276
+ "uid": {
277
+ "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids",
278
+ "type": [
279
+ "string",
280
+ "null"
281
+ ]
282
+ }
283
+ },
284
+ "additionalProperties": false
285
+ },
286
+ "overhead": {
287
+ "description": "Overhead structure represents the resource overhead associated with running a pod.",
288
+ "type": [
289
+ "object",
290
+ "null"
291
+ ],
292
+ "properties": {
293
+ "podFixed": {
294
+ "description": "PodFixed represents the fixed resource overhead associated with running a pod.",
295
+ "type": [
296
+ "object",
297
+ "null"
298
+ ],
299
+ "additionalProperties": {
300
+ "oneOf": [
301
+ {
302
+ "type": [
303
+ "string",
304
+ "null"
305
+ ]
306
+ },
307
+ {
308
+ "type": [
309
+ "number",
310
+ "null"
311
+ ]
312
+ }
313
+ ]
314
+ }
315
+ }
316
+ },
317
+ "additionalProperties": false
318
+ },
319
+ "scheduling": {
320
+ "description": "Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.",
321
+ "type": [
322
+ "object",
323
+ "null"
324
+ ],
325
+ "properties": {
326
+ "nodeSelector": {
327
+ "description": "nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.",
328
+ "type": [
329
+ "object",
330
+ "null"
331
+ ],
332
+ "additionalProperties": {
333
+ "type": [
334
+ "string",
335
+ "null"
336
+ ]
337
+ },
338
+ "x-kubernetes-map-type": "atomic"
339
+ },
340
+ "tolerations": {
341
+ "description": "tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.",
342
+ "type": [
343
+ "array",
344
+ "null"
345
+ ],
346
+ "items": {
347
+ "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.",
348
+ "type": [
349
+ "object",
350
+ "null"
351
+ ],
352
+ "properties": {
353
+ "effect": {
354
+ "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.",
355
+ "type": [
356
+ "string",
357
+ "null"
358
+ ]
359
+ },
360
+ "key": {
361
+ "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.",
362
+ "type": [
363
+ "string",
364
+ "null"
365
+ ]
366
+ },
367
+ "operator": {
368
+ "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
369
+ "type": [
370
+ "string",
371
+ "null"
372
+ ]
373
+ },
374
+ "tolerationSeconds": {
375
+ "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.",
376
+ "type": [
377
+ "integer",
378
+ "null"
379
+ ],
380
+ "format": "int64"
381
+ },
382
+ "value": {
383
+ "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.",
384
+ "type": [
385
+ "string",
386
+ "null"
387
+ ]
388
+ }
389
+ },
390
+ "additionalProperties": false
391
+ },
392
+ "x-kubernetes-list-type": "atomic"
393
+ }
394
+ },
395
+ "additionalProperties": false
396
+ }
397
+ },
398
+ "x-kubernetes-group-version-kind": [
399
+ {
400
+ "group": "node.k8s.io",
401
+ "kind": "RuntimeClass",
402
+ "version": "v1beta1"
403
+ }
404
+ ],
405
+ "additionalProperties": false,
406
+ "$schema": "http://json-schema.org/schema#"
407
+ }