public class PatchBuilder extends PatchFluentImpl<PatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Patch,PatchBuilder>
PatchFluent.TargetNested<N>| Constructor and Description |
|---|
PatchBuilder() |
PatchBuilder(Boolean validationEnabled) |
PatchBuilder(Patch instance) |
PatchBuilder(Patch instance,
Boolean validationEnabled) |
PatchBuilder(PatchFluent<?> fluent) |
PatchBuilder(PatchFluent<?> fluent,
Boolean validationEnabled) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
build() |
addToAdditionalProperties, addToAdditionalProperties, addToOptions, addToOptions, buildTarget, editOrNewTarget, editOrNewTargetLike, editTarget, equals, getAdditionalProperties, getOptions, getPatch, getPath, getTarget, hasAdditionalProperties, hashCode, hasOptions, hasPatch, hasPath, hasTarget, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromOptions, removeFromOptions, toString, withAdditionalProperties, withNewTarget, withNewTargetLike, withOptions, withPatch, withPath, withTargetaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PatchBuilder()
public PatchBuilder(Boolean validationEnabled)
public PatchBuilder(PatchFluent<?> fluent)
public PatchBuilder(PatchFluent<?> fluent, Boolean validationEnabled)
public PatchBuilder(PatchFluent<?> fluent, Patch instance)
public PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)
public PatchBuilder(Patch instance)
Copyright © 2015–2023 Red Hat. All rights reserved.