Uses of Class
io.fabric8.knative.messaging.v1.ChannelSpec
-
Packages that use ChannelSpec Package Description io.fabric8.knative.messaging.v1 -
-
Uses of ChannelSpec in io.fabric8.knative.messaging.v1
Subclasses of ChannelSpec in io.fabric8.knative.messaging.v1 Modifier and Type Class Description classEditableChannelSpecMethods in io.fabric8.knative.messaging.v1 that return ChannelSpec Modifier and Type Method Description ChannelSpecChannelFluent. buildSpec()ChannelSpecChannelFluentImpl. buildSpec()ChannelSpecChannel. getSpec()ChannelSpecChannelFluent. getSpec()Deprecated.ChannelSpecChannelFluentImpl. getSpec()Deprecated.Methods in io.fabric8.knative.messaging.v1 with parameters of type ChannelSpec Modifier and Type Method Description ChannelFluent.SpecNested<A>ChannelFluent. editOrNewSpecLike(ChannelSpec item)ChannelFluent.SpecNested<A>ChannelFluentImpl. editOrNewSpecLike(ChannelSpec item)voidChannel. setSpec(ChannelSpec spec)ChannelFluent.SpecNested<A>ChannelFluent. withNewSpecLike(ChannelSpec item)ChannelFluent.SpecNested<A>ChannelFluentImpl. withNewSpecLike(ChannelSpec item)AChannelFluent. withSpec(ChannelSpec spec)AChannelFluentImpl. withSpec(ChannelSpec spec)Constructors in io.fabric8.knative.messaging.v1 with parameters of type ChannelSpec Constructor Description Channel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ChannelSpec spec, ChannelStatus status)ChannelSpecBuilder(ChannelSpec instance)ChannelSpecBuilder(ChannelSpecFluent<?> fluent, ChannelSpec instance)ChannelSpecBuilder(ChannelSpecFluent<?> fluent, ChannelSpec instance, Boolean validationEnabled)ChannelSpecBuilder(ChannelSpec instance, Boolean validationEnabled)ChannelSpecFluentImpl(ChannelSpec instance)EditableChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ChannelSpec spec, ChannelStatus status)
-