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 StringgetApiVersion()StringgetKind()StringgetResourceVersion()BooleanhasApiVersion()BooleanhasKind()BooleanhasResourceVersion()AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewResourceVersion(String arg1)AwithNewResourceVersion(StringBuffer arg1)AwithNewResourceVersion(StringBuilder arg1)AwithResourceVersion(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
-