Interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AuthenticationStatusFluent.ConditionsNested<N>,ConsoleStatusFluent.ConditionsNested<N>,CSISnapshotControllerStatusFluent.ConditionsNested<N>,DNSStatusFluent.ConditionsNested<N>,EtcdStatusFluent.ConditionsNested<N>,ImagePrunerStatusFluent.ConditionsNested<N>,IngressControllerStatusFluent.ConditionsNested<N>,KubeAPIServerStatusFluent.ConditionsNested<N>,KubeControllerManagerStatusFluent.ConditionsNested<N>,KubeSchedulerStatusFluent.ConditionsNested<N>,KubeStorageVersionMigratorStatusFluent.ConditionsNested<N>,OpenShiftAPIServerStatusFluent.ConditionsNested<N>,OpenShiftControllerManagerStatusFluent.ConditionsNested<N>,ServiceCAStatusFluent.ConditionsNested<N>,ServiceCatalogAPIServerStatusFluent.ConditionsNested<N>,ServiceCatalogControllerManagerStatusFluent.ConditionsNested<N>
- All Known Implementing Classes:
AuthenticationStatusFluentImpl.ConditionsNestedImpl,ConsoleStatusFluentImpl.ConditionsNestedImpl,CSISnapshotControllerStatusFluentImpl.ConditionsNestedImpl,DNSStatusFluentImpl.ConditionsNestedImpl,EtcdStatusFluentImpl.ConditionsNestedImpl,ImagePrunerStatusFluentImpl.ConditionsNestedImpl,IngressControllerStatusFluentImpl.ConditionsNestedImpl,KubeAPIServerStatusFluentImpl.ConditionsNestedImpl,KubeControllerManagerStatusFluentImpl.ConditionsNestedImpl,KubeSchedulerStatusFluentImpl.ConditionsNestedImpl,KubeStorageVersionMigratorStatusFluentImpl.ConditionsNestedImpl,OpenShiftAPIServerStatusFluentImpl.ConditionsNestedImpl,OpenShiftControllerManagerStatusFluentImpl.ConditionsNestedImpl,OperatorConditionBuilder,OperatorConditionFluentImpl,ServiceCAStatusFluentImpl.ConditionsNestedImpl,ServiceCatalogAPIServerStatusFluentImpl.ConditionsNestedImpl,ServiceCatalogControllerManagerStatusFluentImpl.ConditionsNestedImpl
public interface OperatorConditionFluent<A extends OperatorConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getLastTransitionTime
String getLastTransitionTime()
-
hasLastTransitionTime
Boolean hasLastTransitionTime()
-
withNewLastTransitionTime
A withNewLastTransitionTime(StringBuilder arg1)
-
withNewLastTransitionTime
A withNewLastTransitionTime(StringBuffer arg1)
-
getMessage
String getMessage()
-
hasMessage
Boolean hasMessage()
-
withNewMessage
A withNewMessage(StringBuilder arg1)
-
withNewMessage
A withNewMessage(StringBuffer arg1)
-
getReason
String getReason()
-
hasReason
Boolean hasReason()
-
withNewReason
A withNewReason(StringBuilder arg1)
-
withNewReason
A withNewReason(StringBuffer arg1)
-
getStatus
String getStatus()
-
hasStatus
Boolean hasStatus()
-
withNewStatus
A withNewStatus(StringBuilder arg1)
-
withNewStatus
A withNewStatus(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-