Package io.fabric8.kubernetes.api.model
Class DoneableListOptions
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ListOptionsFluentImpl<DoneableListOptions>
io.fabric8.kubernetes.api.model.DoneableListOptions
- All Implemented Interfaces:
Fluent<DoneableListOptions>,Visitable<DoneableListOptions>,Doneable<ListOptions>,ListOptionsFluent<DoneableListOptions>
public class DoneableListOptions extends ListOptionsFluentImpl<DoneableListOptions> implements Doneable<ListOptions>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableListOptions(Function<ListOptions,ListOptions> function)DoneableListOptions(ListOptions item)DoneableListOptions(ListOptions item, Function<ListOptions,ListOptions> function) -
Method Summary
Modifier and Type Method Description ListOptionsdone()Methods inherited from class io.fabric8.kubernetes.api.model.ListOptionsFluentImpl
equals, getApiVersion, getContinue, getFieldSelector, getKind, getLabelSelector, getLimit, getResourceVersion, getTimeoutSeconds, hasAllowWatchBookmarks, hasApiVersion, hasContinue, hasFieldSelector, hasKind, hasLabelSelector, hasLimit, hasResourceVersion, hasTimeoutSeconds, hasWatch, isAllowWatchBookmarks, isWatch, withAllowWatchBookmarks, withApiVersion, withContinue, withFieldSelector, withKind, withLabelSelector, withLimit, withNewAllowWatchBookmarks, withNewAllowWatchBookmarks, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewContinue, withNewContinue, withNewContinue, withNewFieldSelector, withNewFieldSelector, withNewFieldSelector, withNewKind, withNewKind, withNewKind, withNewLabelSelector, withNewLabelSelector, withNewLabelSelector, withNewResourceVersion, withNewResourceVersion, withNewResourceVersion, withNewWatch, withNewWatch, withResourceVersion, withTimeoutSeconds, withWatch
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ListOptions>
-