availableOnNodes

@JvmName(name = "ijqncdycdqvgvxei")
suspend fun availableOnNodes(value: Output<NodeSelectorArgs>)
@JvmName(name = "ciyjrtttrqqtjilb")
suspend fun availableOnNodes(value: NodeSelectorArgs?)

Parameters

value

This field will get set by the resource driver after it has allocated the resource driver to inform the scheduler where it can schedule Pods using the ResourceClaim. Setting this field is optional. If null, the resource is available everywhere.


@JvmName(name = "poveewcfyjndcxeo")
suspend fun availableOnNodes(argument: suspend NodeSelectorArgsBuilder.() -> Unit)

Parameters

argument

This field will get set by the resource driver after it has allocated the resource driver to inform the scheduler where it can schedule Pods using the ResourceClaim. Setting this field is optional. If null, the resource is available everywhere.