Class V1ObjectFieldSelectorFluentImpl<A extends V1ObjectFieldSelectorFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ObjectFieldSelectorFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ObjectFieldSelectorFluent<A>
- Direct Known Subclasses:
V1ObjectFieldSelectorBuilder
public class V1ObjectFieldSelectorFluentImpl<A extends V1ObjectFieldSelectorFluent<A>>
extends BaseFluent<A>
implements V1ObjectFieldSelectorFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ObjectFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ObjectFieldSelector instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()withApiVersion(String apiVersion) withFieldPath(String fieldPath) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ObjectFieldSelectorFluentImpl
public V1ObjectFieldSelectorFluentImpl() -
V1ObjectFieldSelectorFluentImpl
public V1ObjectFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ObjectFieldSelector instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
getFieldPath
- Specified by:
getFieldPathin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
withFieldPath
- Specified by:
withFieldPathin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
hasFieldPath
- Specified by:
hasFieldPathin interfaceV1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ObjectFieldSelectorFluent<A>>
-
toString
-