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:
GetOptionsBuilder,GetOptionsFluentImpl,KubeSchemaFluentImpl.GetOptionsNestedImpl,WatchEventFluentImpl.GetOptionsObjectNestedImpl
public interface GetOptionsFluent<A extends GetOptionsFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getResourceVersion
String getResourceVersion()
-
hasResourceVersion
Boolean hasResourceVersion()
-
withNewResourceVersion
A withNewResourceVersion(StringBuilder arg1)
-
withNewResourceVersion
A withNewResourceVersion(StringBuffer arg1)
-
-