python/kubernetes/docs/V1NodeFeatures.md
2024-08-29 21:25:25 +00:00

661 B

V1NodeFeatures

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.

Properties

Name Type Description Notes
supplemental_groups_policy bool SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser. [optional]

[Back to Model list] [Back to API list] [Back to README]