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