Package io.fabric8.kubernetes.api.model
Class ObjectFieldSelectorFluentImpl<A extends ObjectFieldSelectorFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ObjectFieldSelectorFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ObjectFieldSelectorFluent<A>
- Direct Known Subclasses:
DoneableObjectFieldSelector
,DownwardAPIVolumeFileFluentImpl.FieldRefNestedImpl
,EnvVarSourceFluentImpl.FieldRefNestedImpl
,ObjectFieldSelectorBuilder
,WatchEventFluentImpl.ObjectFieldSelectorObjectNestedImpl
public class ObjectFieldSelectorFluentImpl<A extends ObjectFieldSelectorFluent<A>> extends BaseFluent<A> implements ObjectFieldSelectorFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ObjectFieldSelectorFluentImpl()
ObjectFieldSelectorFluentImpl(ObjectFieldSelector instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
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)
-
Constructor Details
-
ObjectFieldSelectorFluentImpl
public ObjectFieldSelectorFluentImpl() -
ObjectFieldSelectorFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
getFieldPath
- Specified by:
getFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withFieldPath
- Specified by:
withFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
hasFieldPath
- Specified by:
hasFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewFieldPath
- Specified by:
withNewFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewFieldPath
- Specified by:
withNewFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
withNewFieldPath
- Specified by:
withNewFieldPath
in interfaceObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
-
equals
-