rancher_client 1.0.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IoCattleManagementv3ProjectSpecContainerDefaultResourceLimit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limits_cpu** | Option<**String**> | LimitsCPU is the CPU limits across all pods in a non-terminal state. | [optional]
**limits_memory** | Option<**String**> | LimitsMemory is the memory limits across all pods in a non-terminal state. | [optional]
**requests_cpu** | Option<**String**> | RequestsCPU is the CPU requests limit across all pods in a non-terminal state. | [optional]
**requests_memory** | Option<**String**> | RequestsMemory is the memory requests limit across all pods in a non-terminal state. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)