@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1NodeRuntimeHandler

    NodeRuntimeHandler is a set of runtime handler information.

    interface IoK8sApiCoreV1NodeRuntimeHandler {
        features?: IoK8sApiCoreV1NodeRuntimeHandlerFeatures;
        name?: string;
    }
    Index

    Properties

    Properties

    Supported features.

    name?: string

    Runtime handler name. Empty for the default runtime handler.