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 StringgetApiVersion()StringgetFieldPath()BooleanhasApiVersion()BooleanhasFieldPath()AwithApiVersion(String apiVersion)AwithFieldPath(String fieldPath)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewFieldPath(String arg1)AwithNewFieldPath(StringBuffer arg1)AwithNewFieldPath(StringBuilder arg1)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getFieldPath
String getFieldPath() -
withFieldPath
-
hasFieldPath
Boolean hasFieldPath() -
withNewFieldPath
-
withNewFieldPath
-
withNewFieldPath
-