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

    Interface IoK8sApiCoreV1NodeFeatures

    NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.

    interface IoK8sApiCoreV1NodeFeatures {
        supplementalGroupsPolicy?: boolean;
    }
    Index

    Properties

    supplementalGroupsPolicy?: boolean

    SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.