Cloud API Overview > @adpt/cloud > k8s > PodProps > runtimeClassName
k8s.PodProps.runtimeClassName property
Refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod.
If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler.
More info: https://kubernetes.io/docs/concepts/containers/runtime-class/
This is a beta feature as of Kubernetes v1.14.
Signature:
runtimeClassName?: string;