Package io.fabric8.kubernetes.api.model
Class DoneableGetOptions
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GetOptionsFluentImpl<DoneableGetOptions>
io.fabric8.kubernetes.api.model.DoneableGetOptions
- All Implemented Interfaces:
Fluent<DoneableGetOptions>,Visitable<DoneableGetOptions>,Doneable<GetOptions>,GetOptionsFluent<DoneableGetOptions>
public class DoneableGetOptions extends GetOptionsFluentImpl<DoneableGetOptions> implements Doneable<GetOptions>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableGetOptions(Function<GetOptions,GetOptions> function)DoneableGetOptions(GetOptions item)DoneableGetOptions(GetOptions item, Function<GetOptions,GetOptions> function) -
Method Summary
Modifier and Type Method Description GetOptionsdone()Methods inherited from class io.fabric8.kubernetes.api.model.GetOptionsFluentImpl
equals, getApiVersion, getKind, getResourceVersion, hasApiVersion, hasKind, hasResourceVersion, withApiVersion, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewResourceVersion, withNewResourceVersion, withNewResourceVersion, withResourceVersion
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<GetOptions>
-