Interface CertificateSigningRequestConditionFluent<A extends CertificateSigningRequestConditionFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CertificateSigningRequestStatusFluent.ConditionsNested<N>
- All Known Implementing Classes:
CertificateSigningRequestConditionBuilder,CertificateSigningRequestConditionFluentImpl,CertificateSigningRequestStatusFluentImpl.ConditionsNestedImpl,DoneableCertificateSigningRequestCondition
public interface CertificateSigningRequestConditionFluent<A extends CertificateSigningRequestConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetLastUpdateTime()StringgetMessage()StringgetReason()StringgetType()BooleanhasLastUpdateTime()BooleanhasMessage()BooleanhasReason()BooleanhasType()AwithLastUpdateTime(String lastUpdateTime)AwithMessage(String message)AwithNewLastUpdateTime(String arg1)AwithNewLastUpdateTime(StringBuffer arg1)AwithNewLastUpdateTime(StringBuilder arg1)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewReason(String arg1)AwithNewReason(StringBuffer arg1)AwithNewReason(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithReason(String reason)AwithType(String type)
-
Method Details
-
getLastUpdateTime
String getLastUpdateTime() -
withLastUpdateTime
-
hasLastUpdateTime
Boolean hasLastUpdateTime() -
withNewLastUpdateTime
-
withNewLastUpdateTime
-
withNewLastUpdateTime
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
withNewReason
-
withNewReason
-
withNewReason
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-