Package io.fabric8.knative.flows.v1
Interface SequenceChannelStatusFluent<A extends SequenceChannelStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SequenceStatusFluent.ChannelStatusesNested<N>
- All Known Implementing Classes:
SequenceChannelStatusBuilder,SequenceChannelStatusFluentImpl,SequenceStatusFluentImpl.ChannelStatusesNestedImpl
public interface SequenceChannelStatusFluent<A extends SequenceChannelStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSequenceChannelStatusFluent.ReadyNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConditionbuildReady()SequenceChannelStatusFluent.ReadyNested<A>editOrNewReady()SequenceChannelStatusFluent.ReadyNested<A>editOrNewReadyLike(Condition item)SequenceChannelStatusFluent.ReadyNested<A>editReady()io.fabric8.kubernetes.api.model.ObjectReferencegetChannel()ConditiongetReady()Deprecated.BooleanhasChannel()BooleanhasReady()AwithChannel(io.fabric8.kubernetes.api.model.ObjectReference channel)SequenceChannelStatusFluent.ReadyNested<A>withNewReady()SequenceChannelStatusFluent.ReadyNested<A>withNewReadyLike(Condition item)AwithReady(Condition ready)
-
-
-
Method Detail
-
getChannel
io.fabric8.kubernetes.api.model.ObjectReference getChannel()
-
withChannel
A withChannel(io.fabric8.kubernetes.api.model.ObjectReference channel)
-
hasChannel
Boolean hasChannel()
-
getReady
@Deprecated Condition getReady()
Deprecated.This method has been deprecated, please use method buildReady instead.- Returns:
- The buildable object.
-
buildReady
Condition buildReady()
-
hasReady
Boolean hasReady()
-
withNewReady
SequenceChannelStatusFluent.ReadyNested<A> withNewReady()
-
withNewReadyLike
SequenceChannelStatusFluent.ReadyNested<A> withNewReadyLike(Condition item)
-
editReady
SequenceChannelStatusFluent.ReadyNested<A> editReady()
-
editOrNewReady
SequenceChannelStatusFluent.ReadyNested<A> editOrNewReady()
-
editOrNewReadyLike
SequenceChannelStatusFluent.ReadyNested<A> editOrNewReadyLike(Condition item)
-
-