NodeFeaturesArgs

data class NodeFeaturesArgs(val supplementalGroupsPolicy: Output<Boolean>? = null) : ConvertibleToJava<NodeFeaturesArgs>

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: Output<Boolean>? = null)

Properties

Link copied to clipboard
val supplementalGroupsPolicy: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): NodeFeaturesArgs