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:
DownwardAPIVolumeFileFluentImpl.FieldRefNestedImpl
,EnvVarSourceFluentImpl.FieldRefNestedImpl
,ObjectFieldSelectorBuilder
,ObjectFieldSelectorFluentImpl
,WatchEventFluentImpl.ObjectFieldSelectorObjectNestedImpl
public interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getFieldPath
String getFieldPath()
-
hasFieldPath
Boolean hasFieldPath()
-
withNewFieldPath
A withNewFieldPath(StringBuilder arg1)
-
withNewFieldPath
A withNewFieldPath(StringBuffer arg1)
-
-