Uses of Class
io.fabric8.knative.messaging.v1.InMemoryChannelStatus
-
Packages that use InMemoryChannelStatus Package Description io.fabric8.knative.messaging.v1 -
-
Uses of InMemoryChannelStatus in io.fabric8.knative.messaging.v1
Subclasses of InMemoryChannelStatus in io.fabric8.knative.messaging.v1 Modifier and Type Class Description classEditableInMemoryChannelStatusMethods in io.fabric8.knative.messaging.v1 that return InMemoryChannelStatus Modifier and Type Method Description InMemoryChannelStatusInMemoryChannelFluent. buildStatus()InMemoryChannelStatusInMemoryChannelFluentImpl. buildStatus()InMemoryChannelStatusInMemoryChannel. getStatus()InMemoryChannelStatusInMemoryChannelFluent. getStatus()Deprecated.InMemoryChannelStatusInMemoryChannelFluentImpl. getStatus()Deprecated.Methods in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannelStatus Modifier and Type Method Description InMemoryChannelFluent.StatusNested<A>InMemoryChannelFluent. editOrNewStatusLike(InMemoryChannelStatus item)InMemoryChannelFluent.StatusNested<A>InMemoryChannelFluentImpl. editOrNewStatusLike(InMemoryChannelStatus item)voidInMemoryChannel. setStatus(InMemoryChannelStatus status)InMemoryChannelFluent.StatusNested<A>InMemoryChannelFluent. withNewStatusLike(InMemoryChannelStatus item)InMemoryChannelFluent.StatusNested<A>InMemoryChannelFluentImpl. withNewStatusLike(InMemoryChannelStatus item)AInMemoryChannelFluent. withStatus(InMemoryChannelStatus status)AInMemoryChannelFluentImpl. withStatus(InMemoryChannelStatus status)Constructors in io.fabric8.knative.messaging.v1 with parameters of type InMemoryChannelStatus Constructor Description EditableInMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)InMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)InMemoryChannelStatusBuilder(InMemoryChannelStatus instance)InMemoryChannelStatusBuilder(InMemoryChannelStatusFluent<?> fluent, InMemoryChannelStatus instance)InMemoryChannelStatusBuilder(InMemoryChannelStatusFluent<?> fluent, InMemoryChannelStatus instance, Boolean validationEnabled)InMemoryChannelStatusBuilder(InMemoryChannelStatus instance, Boolean validationEnabled)InMemoryChannelStatusFluentImpl(InMemoryChannelStatus instance)
-