NodeFeatures

data class NodeFeatures(val supplementalGroupsPolicy: Boolean? = null)

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.

Constructors

Link copied to clipboard
constructor(supplementalGroupsPolicy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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