Module zombienet_configuration::shared::resources
source · Structs§
- A resource quantity used to define limits (k8s/podman only). It can be constructed from a
&str
or u64, if it fails, it returns aConversionError
. Possible optional prefixes are: m, K, M, G, T, P, E, Ki, Mi, Gi, Ti, Pi, Ei - Resources limits used in the context of podman/k8s.
- A resources builder, used to build a
Resources
declaratively with fields validation.