Class V1PodReadinessGateFluentImpl<A extends V1PodReadinessGateFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodReadinessGateFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PodReadinessGateFluent<A>
- Direct Known Subclasses:
V1PodReadinessGateBuilder
public class V1PodReadinessGateFluentImpl<A extends V1PodReadinessGateFluent<A>>
extends BaseFluent<A>
implements V1PodReadinessGateFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PodReadinessGateFluentImpl
(io.kubernetes.client.openapi.models.V1PodReadinessGate instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withConditionType
(String conditionType) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodReadinessGateFluentImpl
public V1PodReadinessGateFluentImpl() -
V1PodReadinessGateFluentImpl
public V1PodReadinessGateFluentImpl(io.kubernetes.client.openapi.models.V1PodReadinessGate instance)
-
-
Method Details
-
getConditionType
- Specified by:
getConditionType
in interfaceV1PodReadinessGateFluent<A extends V1PodReadinessGateFluent<A>>
-
withConditionType
- Specified by:
withConditionType
in interfaceV1PodReadinessGateFluent<A extends V1PodReadinessGateFluent<A>>
-
hasConditionType
- Specified by:
hasConditionType
in interfaceV1PodReadinessGateFluent<A extends V1PodReadinessGateFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PodReadinessGateFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PodReadinessGateFluent<A>>
-
toString
-