Class V1ReplicaSetConditionFluentImpl<A extends V1ReplicaSetConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicaSetConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ReplicaSetConditionFluent<A>
- Direct Known Subclasses:
V1ReplicaSetConditionBuilder
public class V1ReplicaSetConditionFluentImpl<A extends V1ReplicaSetConditionFluent<A>>
extends BaseFluent<A>
implements V1ReplicaSetConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicaSetConditionFluentImpl
(io.kubernetes.client.openapi.models.V1ReplicaSetCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
hasType()
toString()
withLastTransitionTime
(OffsetDateTime lastTransitionTime) withMessage
(String message) withReason
(String reason) withStatus
(String status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ReplicaSetConditionFluentImpl
public V1ReplicaSetConditionFluentImpl() -
V1ReplicaSetConditionFluentImpl
public V1ReplicaSetConditionFluentImpl(io.kubernetes.client.openapi.models.V1ReplicaSetCondition instance)
-
-
Method Details
-
getLastTransitionTime
- Specified by:
getLastTransitionTime
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTime
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTime
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1ReplicaSetConditionFluent<A extends V1ReplicaSetConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ReplicaSetConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ReplicaSetConditionFluent<A>>
-
toString
-