Class JSONPatchBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1.JSONPatchFluent<JSONPatchBuilder>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1.JSONPatchBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<JSONPatch>,io.fabric8.kubernetes.api.builder.Visitable<JSONPatchBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<JSONPatch,JSONPatchBuilder>
public class JSONPatchBuilder extends JSONPatchFluent<JSONPatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<JSONPatch,JSONPatchBuilder>
-
-
Constructor Summary
Constructors Constructor Description JSONPatchBuilder()JSONPatchBuilder(JSONPatch instance)JSONPatchBuilder(JSONPatchFluent<?> fluent)JSONPatchBuilder(JSONPatchFluent<?> fluent, JSONPatch instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONPatchbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1.JSONPatchFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getExpression, hasAdditionalProperties, hasExpression, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withExpression
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
JSONPatchBuilder
public JSONPatchBuilder()
-
JSONPatchBuilder
public JSONPatchBuilder(JSONPatchFluent<?> fluent)
-
JSONPatchBuilder
public JSONPatchBuilder(JSONPatch instance)
-
JSONPatchBuilder
public JSONPatchBuilder(JSONPatchFluent<?> fluent, JSONPatch instance)
-
-