Uses of Class
io.fabric8.kubernetes.api.model.Patch
-
Packages that use Patch Package Description io.fabric8.kubernetes.api.model -
-
Uses of Patch in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Patch Modifier and Type Method Description PatchPatchBuilder. build()Methods in io.fabric8.kubernetes.api.model with parameters of type Patch Modifier and Type Method Description protected voidPatchFluent. copyInstance(Patch instance)Constructors in io.fabric8.kubernetes.api.model with parameters of type Patch Constructor Description PatchBuilder(Patch instance)PatchBuilder(PatchFluent<?> fluent, Patch instance)PatchFluent(Patch instance)
-