Interface V1NamespaceConditionFluent<A extends V1NamespaceConditionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NamespaceStatusFluent.ConditionsNested<N>
- All Known Implementing Classes:
V1NamespaceConditionBuilder
,V1NamespaceConditionFluentImpl
public interface V1NamespaceConditionFluent<A extends V1NamespaceConditionFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
hasType()
withLastTransitionTime
(OffsetDateTime lastTransitionTime) withMessage
(String message) withReason
(String reason) withStatus
(String status)
-
Method Details
-
getLastTransitionTime
OffsetDateTime getLastTransitionTime() -
withLastTransitionTime
-
hasLastTransitionTime
Boolean hasLastTransitionTime() -
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
getStatus
String getStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-