Package io.fabric8.knative.messaging.v1
Class EditableChannelSpec
- java.lang.Object
-
- io.fabric8.knative.messaging.v1.ChannelSpec
-
- io.fabric8.knative.messaging.v1.EditableChannelSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ChannelSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class EditableChannelSpec extends ChannelSpec implements io.fabric8.kubernetes.api.builder.Editable<ChannelSpecBuilder>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableChannelSpec()No args constructor for use in serializationEditableChannelSpec(ChannelTemplateSpec channelTemplate, DeliverySpec delivery, List<SubscriberSpec> subscribers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelSpecBuilderedit()-
Methods inherited from class io.fabric8.knative.messaging.v1.ChannelSpec
getAdditionalProperties, getChannelTemplate, getDelivery, getSubscribers, setAdditionalProperty, setChannelTemplate, setDelivery, setSubscribers
-
-
-
-
Constructor Detail
-
EditableChannelSpec
public EditableChannelSpec()
No args constructor for use in serialization
-
EditableChannelSpec
public EditableChannelSpec(ChannelTemplateSpec channelTemplate, DeliverySpec delivery, List<SubscriberSpec> subscribers)
- Parameters:
delivery-subscribers-channelTemplate-
-
-
Method Detail
-
edit
public ChannelSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ChannelSpecBuilder>
-
-