ResourceFieldSelector represents container resources (cpu, memory) and their output format
Name | Type | Description | Notes |
---|---|---|---|
containerName | String | Container name: required for volumes, optional for env vars | [optional] |
divisor | String | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the "" case in <decimalSI>.) <digit> ::= 0 | 1 |
resource | String | Required: resource to select |