Package io.fabric8.kubernetes.api.model
Class PatchBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PatchFluentImpl<PatchBuilder>
-
- io.fabric8.kubernetes.api.model.PatchBuilder
-
- All Implemented Interfaces:
Builder<Patch>,Fluent<PatchBuilder>,Visitable<PatchBuilder>,VisitableBuilder<Patch,PatchBuilder>,PatchFluent<PatchBuilder>
public class PatchBuilder extends PatchFluentImpl<PatchBuilder> implements VisitableBuilder<Patch,PatchBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PatchBuilder()PatchBuilder(Patch instance)PatchBuilder(PatchFluent<?> fluent)PatchBuilder(PatchFluent<?> fluent, Patch instance)PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)PatchBuilder(PatchFluent<?> fluent, Boolean validationEnabled)PatchBuilder(Patch instance, Boolean validationEnabled)PatchBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Patchbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PatchBuilder
public PatchBuilder()
-
PatchBuilder
public PatchBuilder(Boolean validationEnabled)
-
PatchBuilder
public PatchBuilder(PatchFluent<?> fluent)
-
PatchBuilder
public PatchBuilder(PatchFluent<?> fluent, Boolean validationEnabled)
-
PatchBuilder
public PatchBuilder(PatchFluent<?> fluent, Patch instance)
-
PatchBuilder
public PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)
-
PatchBuilder
public PatchBuilder(Patch instance)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPatchFluentImpl<PatchBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPatchFluentImpl<PatchBuilder>
-
-