Uses of Class
io.fabric8.kubernetes.client.dsl.base.PatchContext
-
Packages that use PatchContext Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.dsl.base io.fabric8.kubernetes.client.extension -
-
Uses of PatchContext in io.fabric8.kubernetes.client.dsl
Methods in io.fabric8.kubernetes.client.dsl with parameters of type PatchContext Modifier and Type Method Description TEditReplacePatchable. patch(PatchContext patchContext)Update field(s) of a resource using type specified inPatchContext(defaults to strategic merge if not specified).TEditReplacePatchable. patch(PatchContext patchContext, String patch)Update field(s) of a resource using type specified inPatchContext(defaults to strategic merge if not specified).TEditReplacePatchable. patch(PatchContext patchContext, T item)Update field(s) of a resource using type specified inPatchContext(defaults to strategic merge if not specified). -
Uses of PatchContext in io.fabric8.kubernetes.client.dsl.base
Methods in io.fabric8.kubernetes.client.dsl.base that return PatchContext Modifier and Type Method Description PatchContextPatchContext.Builder. build()static PatchContextPatchContext. of(PatchType type) -
Uses of PatchContext in io.fabric8.kubernetes.client.extension
Methods in io.fabric8.kubernetes.client.extension with parameters of type PatchContext Modifier and Type Method Description TResourceAdapter. patch(PatchContext patchContext)TResourceAdapter. patch(PatchContext patchContext, String patch)TResourceAdapter. patch(PatchContext patchContext, T item)
-