1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add OpenShift 4.17 APIs

This commit is contained in:
Jason Boxman
2024-08-22 14:40:04 -04:00
parent 7eac305f71
commit 9d198f2f61
157 changed files with 68326 additions and 6288 deletions

View File

@@ -285,6 +285,14 @@ Possible enum values:
- `"Running"` means the node has been configured and has Kubernetes components running.
- `"Terminated"` means the node has been removed from the cluster.
| `runtimeHandlers`
| `array`
| The available runtime handlers.
| `runtimeHandlers[]`
| `object`
| NodeRuntimeHandler is a set of runtime handler information.
| `volumesAttached`
| `array`
| List of volumes that are attached to the node.
@@ -777,6 +785,67 @@ Required::
| `string`
| SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid
|===
=== .status.runtimeHandlers
Description::
+
--
The available runtime handlers.
--
Type::
`array`
=== .status.runtimeHandlers[]
Description::
+
--
NodeRuntimeHandler is a set of runtime handler information.
--
Type::
`object`
[cols="1,1,1",options="header"]
|===
| Property | Type | Description
| `features`
| `object`
| NodeRuntimeHandlerFeatures is a set of runtime features.
| `name`
| `string`
| Runtime handler name. Empty for the default runtime handler.
|===
=== .status.runtimeHandlers[].features
Description::
+
--
NodeRuntimeHandlerFeatures is a set of runtime features.
--
Type::
`object`
[cols="1,1,1",options="header"]
|===
| Property | Type | Description
| `recursiveReadOnlyMounts`
| `boolean`
| RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
|===
=== .status.volumesAttached
Description::