supplementalGroups

@JvmName(name = "wrvqtvfyoosyonnp")
suspend fun supplementalGroups(value: Output<List<Int>>)
@JvmName(name = "cdkiktdugubladbf")
suspend fun supplementalGroups(value: List<Int>?)

Parameters

value

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "hywvvopdidyxgehc")
suspend fun supplementalGroups(vararg values: Output<Int>)


@JvmName(name = "nwvrspywbmgjppwc")
suspend fun supplementalGroups(values: List<Output<Int>>)
@JvmName(name = "qnrnalffjchrvtwm")
suspend fun supplementalGroups(vararg values: Int)

Parameters

values

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.