1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/microshift_rest_api/node_apis/node-apis-index.adoc
2023-10-30 10:13:25 -04:00

21 lines
701 B
Plaintext

// Automatically generated by 'openshift-apidocs-gen'. Do not edit.
:_mod-docs-content-type: ASSEMBLY
[id="node-apis"]
= Node APIs
:toc: macro
:toc-title:
toc::[]
== RuntimeClass [node.k8s.io/v1]
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 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://kubernetes.io/docs/concepts/containers/runtime-class/
--
Type::
`object`