resources

@JvmName(name = "cscvpjbmibbigwam")
suspend fun resources(value: Output<List<ResourceHealthArgs>>)
@JvmName(name = "nwgjrpqdrgmetube")
suspend fun resources(value: List<ResourceHealthArgs>?)

Parameters

value

List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.


@JvmName(name = "otnqltqtxoykocaq")
suspend fun resources(vararg values: Output<ResourceHealthArgs>)


@JvmName(name = "ubytvkoemynxigrq")
suspend fun resources(values: List<Output<ResourceHealthArgs>>)
@JvmName(name = "njowwrtkappjpvgy")
suspend fun resources(vararg values: ResourceHealthArgs)

Parameters

values

List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.


@JvmName(name = "uslyleqsvrgednff")
suspend fun resources(argument: List<suspend ResourceHealthArgsBuilder.() -> Unit>)
@JvmName(name = "lfraxlximrbdslnd")
suspend fun resources(vararg argument: suspend ResourceHealthArgsBuilder.() -> Unit)
@JvmName(name = "pwajbwhsbtqfxohn")
suspend fun resources(argument: suspend ResourceHealthArgsBuilder.() -> Unit)

Parameters

argument

List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.