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