Uses of Class
io.fabric8.kubernetes.api.model.PatchOptions
-
Packages that use PatchOptions Package Description io.fabric8.kubernetes.api.model -
-
Uses of PatchOptions in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PatchOptions Modifier and Type Method Description PatchOptionsPatchOptionsBuilder. build()Methods in io.fabric8.kubernetes.api.model with parameters of type PatchOptions Modifier and Type Method Description protected voidPatchOptionsFluent. copyInstance(PatchOptions instance)Constructors in io.fabric8.kubernetes.api.model with parameters of type PatchOptions Constructor Description PatchOptionsBuilder(PatchOptions instance)PatchOptionsBuilder(PatchOptionsFluent<?> fluent, PatchOptions instance)PatchOptionsFluent(PatchOptions instance)
-