public interface ConsoleQuickStartTaskSummaryFluent<A extends ConsoleQuickStartTaskSummaryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getFailed() |
String |
getSuccess() |
Boolean |
hasFailed() |
Boolean |
hasSuccess() |
A |
withFailed(String failed) |
A |
withNewFailed(String arg0)
Deprecated.
|
A |
withNewSuccess(String arg0)
Deprecated.
|
A |
withSuccess(String success) |
String getFailed()
Boolean hasFailed()
@Deprecated A withNewFailed(String arg0)
String getSuccess()
Boolean hasSuccess()
@Deprecated A withNewSuccess(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.