Class V1PodConditionFluentImpl<A extends V1PodConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PodConditionFluent<A>
- Direct Known Subclasses:
V1PodConditionBuilder
public class V1PodConditionFluentImpl<A extends V1PodConditionFluent<A>>
extends BaseFluent<A>
implements V1PodConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PodConditionFluentImpl
(io.kubernetes.client.openapi.models.V1PodCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
hasType()
toString()
withLastProbeTime
(OffsetDateTime lastProbeTime) 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
-
V1PodConditionFluentImpl
public V1PodConditionFluentImpl() -
V1PodConditionFluentImpl
public V1PodConditionFluentImpl(io.kubernetes.client.openapi.models.V1PodCondition instance)
-
-
Method Details
-
getLastProbeTime
- Specified by:
getLastProbeTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withLastProbeTime
- Specified by:
withLastProbeTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasLastProbeTime
- Specified by:
hasLastProbeTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
getLastTransitionTime
- Specified by:
getLastTransitionTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTime
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1PodConditionFluent<A extends V1PodConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PodConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PodConditionFluent<A>>
-
toString
-