Package io.fabric8.knative.messaging.v1
Class EditableInMemoryChannel
- java.lang.Object
-
- io.fabric8.knative.messaging.v1.InMemoryChannel
-
- io.fabric8.knative.messaging.v1.EditableInMemoryChannel
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelBuilder>,io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.KubernetesResource,io.fabric8.kubernetes.api.model.Namespaced,Serializable
public class EditableInMemoryChannel extends InMemoryChannel implements io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelBuilder>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableInMemoryChannel()No args constructor for use in serializationEditableInMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InMemoryChannelBuilderedit()-
Methods inherited from class io.fabric8.knative.messaging.v1.InMemoryChannel
getAdditionalProperties, getApiVersion, getKind, getMetadata, getSpec, getStatus, setAdditionalProperty, setApiVersion, setKind, setMetadata, setSpec, setStatus
-
-
-
-
Constructor Detail
-
EditableInMemoryChannel
public EditableInMemoryChannel()
No args constructor for use in serialization
-
EditableInMemoryChannel
public EditableInMemoryChannel(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InMemoryChannelSpec spec, InMemoryChannelStatus status)
- Parameters:
metadata-apiVersion-kind-spec-status-
-
-
Method Detail
-
edit
public InMemoryChannelBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InMemoryChannelBuilder>
-
-