Uses of Class
io.quarkus.kubernetes.client.runtime.OrdinalData
-
-
Uses of OrdinalData in io.quarkus.kubernetes.client.runtime
Methods in io.quarkus.kubernetes.client.runtime that return OrdinalData Modifier and Type Method Description (package private) abstract OrdinalDataAbstractKubernetesConfigSourceUtil. ordinalData()(package private) OrdinalDataConfigMapConfigSourceUtil. ordinalData()(package private) OrdinalDataSecretConfigSourceUtil. ordinalData()static OrdinalDataOrdinalData. valueOf(String name)Returns the enum constant of this type with the specified name.static OrdinalData[]OrdinalData. values()Returns an array containing the constants of this enum type, in the order they are declared.
-