Uses of Class
io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1.JSONPatch
-
Packages that use JSONPatch Package Description io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1 -
-
Uses of JSONPatch in io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1
Methods in io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1 that return JSONPatch Modifier and Type Method Description JSONPatchJSONPatchBuilder. build()JSONPatchMutationFluent. buildJsonPatch()JSONPatchMutation. getJsonPatch()Mutation specifies the CEL expression which is used to apply the Mutation.Methods in io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1 with parameters of type JSONPatch Modifier and Type Method Description protected voidJSONPatchFluent. copyInstance(JSONPatch instance)MutationFluent.JsonPatchNested<A>MutationFluent. editOrNewJsonPatchLike(JSONPatch item)voidMutation. setJsonPatch(JSONPatch jsonPatch)Mutation specifies the CEL expression which is used to apply the Mutation.AMutationFluent. withJsonPatch(JSONPatch jsonPatch)MutationFluent.JsonPatchNested<A>MutationFluent. withNewJsonPatchLike(JSONPatch item)Constructors in io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1 with parameters of type JSONPatch Constructor Description JSONPatchBuilder(JSONPatch instance)JSONPatchBuilder(JSONPatchFluent<?> fluent, JSONPatch instance)JSONPatchFluent(JSONPatch instance)Mutation(ApplyConfiguration applyConfiguration, JSONPatch jsonPatch, String patchType)
-