Package io.fabric8.kubernetes.api.model
Interface ListOptionsFluent<A extends ListOptionsFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.ListOptionsNested<N>,WatchEventFluent.ListOptionsObjectNested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.ListOptionsNestedImpl,ListOptionsBuilder,ListOptionsFluentImpl,WatchEventFluentImpl.ListOptionsObjectNestedImpl
public interface ListOptionsFluent<A extends ListOptionsFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
isAllowWatchBookmarks
Boolean isAllowWatchBookmarks()
-
hasAllowWatchBookmarks
Boolean hasAllowWatchBookmarks()
-
withNewAllowWatchBookmarks
A withNewAllowWatchBookmarks(boolean arg1)
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getContinue
String getContinue()
-
hasContinue
Boolean hasContinue()
-
withNewContinue
A withNewContinue(StringBuilder arg1)
-
withNewContinue
A withNewContinue(StringBuffer arg1)
-
getFieldSelector
String getFieldSelector()
-
hasFieldSelector
Boolean hasFieldSelector()
-
withNewFieldSelector
A withNewFieldSelector(StringBuilder arg1)
-
withNewFieldSelector
A withNewFieldSelector(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getLabelSelector
String getLabelSelector()
-
hasLabelSelector
Boolean hasLabelSelector()
-
withNewLabelSelector
A withNewLabelSelector(StringBuilder arg1)
-
withNewLabelSelector
A withNewLabelSelector(StringBuffer arg1)
-
getLimit
Long getLimit()
-
hasLimit
Boolean hasLimit()
-
getResourceVersion
String getResourceVersion()
-
hasResourceVersion
Boolean hasResourceVersion()
-
withNewResourceVersion
A withNewResourceVersion(StringBuilder arg1)
-
withNewResourceVersion
A withNewResourceVersion(StringBuffer arg1)
-
getResourceVersionMatch
String getResourceVersionMatch()
-
hasResourceVersionMatch
Boolean hasResourceVersionMatch()
-
withNewResourceVersionMatch
A withNewResourceVersionMatch(StringBuilder arg1)
-
withNewResourceVersionMatch
A withNewResourceVersionMatch(StringBuffer arg1)
-
getTimeoutSeconds
Long getTimeoutSeconds()
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds()
-
isWatch
Boolean isWatch()
-
hasWatch
Boolean hasWatch()
-
withNewWatch
A withNewWatch(boolean arg1)
-
-