Package io.fabric8.kubernetes.api.model
Class DoneableAPIServiceCondition
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.APIServiceConditionFluentImpl<DoneableAPIServiceCondition>
io.fabric8.kubernetes.api.model.DoneableAPIServiceCondition
- All Implemented Interfaces:
Fluent<DoneableAPIServiceCondition>,Visitable<DoneableAPIServiceCondition>,APIServiceConditionFluent<DoneableAPIServiceCondition>,Doneable<APIServiceCondition>
public class DoneableAPIServiceCondition extends APIServiceConditionFluentImpl<DoneableAPIServiceCondition> implements Doneable<APIServiceCondition>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableAPIServiceCondition(Function<APIServiceCondition,APIServiceCondition> function)DoneableAPIServiceCondition(APIServiceCondition item)DoneableAPIServiceCondition(APIServiceCondition item, Function<APIServiceCondition,APIServiceCondition> function) -
Method Summary
Modifier and Type Method Description APIServiceConditiondone()Methods inherited from class io.fabric8.kubernetes.api.model.APIServiceConditionFluentImpl
equals, getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastTransitionTime, withMessage, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
Constructor Details
-
DoneableAPIServiceCondition
-
DoneableAPIServiceCondition
public DoneableAPIServiceCondition(APIServiceCondition item, Function<APIServiceCondition,APIServiceCondition> function) -
DoneableAPIServiceCondition
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<APIServiceCondition>
-