python/kubernetes/docs/V1ResourceFieldSelector.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

14 lines
674 B
Markdown

# V1ResourceFieldSelector
ResourceFieldSelector represents container resources (cpu, memory) and their output format
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**container_name** | **str** | Container name: required for volumes, optional for env vars | [optional]
**divisor** | **str** | Specifies the output format of the exposed resources, defaults to \&quot;1\&quot; | [optional]
**resource** | **str** | Required: resource to select |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)