Resource Field Selector Patch Args
data class ResourceFieldSelectorPatchArgs(val containerName: Output<String>? = null, val divisor: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<ResourceFieldSelectorPatchArgs>
ResourceFieldSelector represents container resources (cpu, memory) and their output format
Constructors
Link copied to clipboard
fun ResourceFieldSelectorPatchArgs(containerName: Output<String>? = null, divisor: Output<String>? = null, resource: Output<String>? = null)