Uses of Class
io.fabric8.kubernetes.client.dsl.base.PatchType
-
Packages that use PatchType Package Description io.fabric8.kubernetes.client.dsl.base -
-
Uses of PatchType in io.fabric8.kubernetes.client.dsl.base
Methods in io.fabric8.kubernetes.client.dsl.base that return PatchType Modifier and Type Method Description PatchTypePatchContext. getPatchType()static PatchTypePatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchType[]PatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.kubernetes.client.dsl.base with parameters of type PatchType Modifier and Type Method Description static PatchContextPatchContext. of(PatchType type)voidPatchContext. setPatchType(PatchType patchType)PatchContext.BuilderPatchContext.Builder. withPatchType(PatchType patchType)
-