zombienet_configuration::shared

Module 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 a ConversionError. 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.