You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Level.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**low** | **String** | Ratio of low watermark of the tier (e.g. 0.7) | [optional]
12
12
**mediumtype** | **String** | Medium Type of the tier. One of the three types: `MEM`, `SSD`, `HDD` |
13
13
**path** | **String** | File paths to be used for the tier. Multiple paths are supported. Multiple paths should be separated with comma. For example: \"/mnt/cache1,/mnt/cache2\". | [optional]
**quotaList** | **String** | QuotaList are quotas used to set quota on multiple paths. Quotas should be separated with comma. Quotas in this list will be set to paths with the same order in Path. For example, with Path defined with \"/mnt/cache1,/mnt/cache2\" and QuotaList set to \"100Gi, 50Gi\", then we get 100GiB cache storage under \"/mnt/cache1\" and 50GiB under \"/mnt/cache2\". Also note that num of quotas must be consistent with the num of paths defined in Path. | [optional]
**volumeType** | **String** | VolumeType is the volume type of the tier. Should be one of the three types: `hostPath`, `emptyDir` and `volumeTemplate`. If not set, defaults to hostPath. | [optional]
Copy file name to clipboardExpand all lines: docs/RuntimeStatus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
25
25
**masterNumberReady** | **Integer** | The number of nodes that should be running the runtime worker pod and have zero or more of the runtime master pod running and ready. |
26
26
**masterPhase** | **String** | MasterPhase is the master running phase |
0 commit comments