Uses of Class
io.fabric8.kubernetes.client.dsl.internal.PatchUtils.Format
-
Packages that use PatchUtils.Format Package Description io.fabric8.kubernetes.client.dsl.internal -
-
Uses of PatchUtils.Format in io.fabric8.kubernetes.client.dsl.internal
Methods in io.fabric8.kubernetes.client.dsl.internal that return PatchUtils.Format Modifier and Type Method Description static PatchUtils.Format
PatchUtils.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchUtils.Format[]
PatchUtils.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.kubernetes.client.dsl.internal with parameters of type PatchUtils.Format Modifier and Type Method Description static String
PatchUtils. withoutRuntimeState(Object object, PatchUtils.Format format, boolean omitStatus, KubernetesSerialization serialization)
-