Uses of Enum
io.kubernetes.client.custom.Quantity.Format
Packages that use Quantity.Format
-
Uses of Quantity.Format in io.kubernetes.client.custom
Methods in io.kubernetes.client.custom that return Quantity.FormatModifier and TypeMethodDescriptionBaseExponent.getFormat()Quantity.getFormat()static Quantity.FormatReturns the enum constant of this type with the specified name.static Quantity.Format[]Quantity.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.kubernetes.client.custom with parameters of type Quantity.FormatConstructors in io.kubernetes.client.custom with parameters of type Quantity.FormatModifierConstructorDescriptionBaseExponent(int base, int exponent, Quantity.Format format) Quantity(BigDecimal number, Quantity.Format format)