Package io.fabric8.kubernetes.api.model
Interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
DownwardAPIVolumeFileFluent.FieldRefNested<N>
,EnvVarSourceFluent.FieldRefNested<N>
,WatchEventFluent.ObjectFieldSelectorObjectNested<N>
- All Known Implementing Classes:
DoneableObjectFieldSelector
,DownwardAPIVolumeFileFluentImpl.FieldRefNestedImpl
,EnvVarSourceFluentImpl.FieldRefNestedImpl
,ObjectFieldSelectorBuilder
,ObjectFieldSelectorFluentImpl
,WatchEventFluentImpl.ObjectFieldSelectorObjectNestedImpl
public interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getApiVersion()
String
getFieldPath()
Boolean
hasApiVersion()
Boolean
hasFieldPath()
A
withApiVersion(String apiVersion)
A
withFieldPath(String fieldPath)
A
withNewApiVersion(String arg1)
A
withNewApiVersion(StringBuffer arg1)
A
withNewApiVersion(StringBuilder arg1)
A
withNewFieldPath(String arg1)
A
withNewFieldPath(StringBuffer arg1)
A
withNewFieldPath(StringBuilder arg1)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getFieldPath
String getFieldPath() -
withFieldPath
-
hasFieldPath
Boolean hasFieldPath() -
withNewFieldPath
-
withNewFieldPath
-
withNewFieldPath
-