Package io.fabric8.kubernetes.api.model
Class DoneablePatchOptions
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PatchOptionsFluentImpl<DoneablePatchOptions>
io.fabric8.kubernetes.api.model.DoneablePatchOptions
- All Implemented Interfaces:
Fluent<DoneablePatchOptions>,Visitable<DoneablePatchOptions>,Doneable<PatchOptions>,PatchOptionsFluent<DoneablePatchOptions>
public class DoneablePatchOptions extends PatchOptionsFluentImpl<DoneablePatchOptions> implements Doneable<PatchOptions>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePatchOptions(Function<PatchOptions,PatchOptions> function)DoneablePatchOptions(PatchOptions item)DoneablePatchOptions(PatchOptions item, Function<PatchOptions,PatchOptions> function) -
Method Summary
Modifier and Type Method Description PatchOptionsdone()Methods inherited from class io.fabric8.kubernetes.api.model.PatchOptionsFluentImpl
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, equals, getApiVersion, getDryRun, getDryRun, getFieldManager, getFirstDryRun, getKind, getLastDryRun, getMatchingDryRun, hasApiVersion, hasDryRun, hasFieldManager, hasForce, hasKind, hasMatchingDryRun, isForce, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withFieldManager, withForce, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewFieldManager, withNewFieldManager, withNewFieldManager, withNewForce, withNewForce, withNewKind, withNewKind, withNewKind
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PatchOptions>
-