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 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 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)
-
-