Package io.fabric8.kubernetes.api.model
Interface GetOptionsFluent<A extends GetOptionsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.GetOptionsNested<N>
,WatchEventFluent.GetOptionsObjectNested<N>
- All Known Implementing Classes:
DoneableGetOptions
,GetOptionsBuilder
,GetOptionsFluentImpl
,KubeSchemaFluentImpl.GetOptionsNestedImpl
,WatchEventFluentImpl.GetOptionsObjectNestedImpl
public interface GetOptionsFluent<A extends GetOptionsFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getApiVersion()
String
getKind()
String
getResourceVersion()
Boolean
hasApiVersion()
Boolean
hasKind()
Boolean
hasResourceVersion()
A
withApiVersion(String apiVersion)
A
withKind(String kind)
A
withNewApiVersion(String arg1)
A
withNewApiVersion(StringBuffer arg1)
A
withNewApiVersion(StringBuilder arg1)
A
withNewKind(String arg1)
A
withNewKind(StringBuffer arg1)
A
withNewKind(StringBuilder arg1)
A
withNewResourceVersion(String arg1)
A
withNewResourceVersion(StringBuffer arg1)
A
withNewResourceVersion(StringBuilder arg1)
A
withResourceVersion(String resourceVersion)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getResourceVersion
String getResourceVersion() -
withResourceVersion
-
hasResourceVersion
Boolean hasResourceVersion() -
withNewResourceVersion
-
withNewResourceVersion
-
withNewResourceVersion
-