Enum ResourceQuantity.SuffixFormat
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public enum ResourceQuantity.SuffixFormat
Fields
| Name | Description |
|---|---|
| BinarySI | e.g., 12Mi (12 * 2^20) |
| DecimalExponent | e.g., 12e6 |
| DecimalSI | e.g., 12M (12 * 10^6) |