Class V1ConditionFluentImpl<A extends V1ConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ConditionFluent<A>
- Direct Known Subclasses:
V1ConditionBuilder
public class V1ConditionFluentImpl<A extends V1ConditionFluent<A>>
extends BaseFluent<A>
implements V1ConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ConditionFluentImpl(io.kubernetes.client.openapi.models.V1Condition instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()hasType()toString()withLastTransitionTime(OffsetDateTime lastTransitionTime) withMessage(String message) withObservedGeneration(Long observedGeneration) 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
-
V1ConditionFluentImpl
public V1ConditionFluentImpl() -
V1ConditionFluentImpl
public V1ConditionFluentImpl(io.kubernetes.client.openapi.models.V1Condition instance)
-
-
Method Details
-
getLastTransitionTime
- Specified by:
getLastTransitionTimein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTimein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTimein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
getMessage
- Specified by:
getMessagein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withMessage
- Specified by:
withMessagein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessagein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
getObservedGeneration
- Specified by:
getObservedGenerationin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withObservedGeneration
- Specified by:
withObservedGenerationin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasObservedGeneration
- Specified by:
hasObservedGenerationin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
getReason
- Specified by:
getReasonin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withReason
- Specified by:
withReasonin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasReason
- Specified by:
hasReasonin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
getStatus
- Specified by:
getStatusin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1ConditionFluent<A extends V1ConditionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ConditionFluent<A>>
-
toString
-