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