Package io.fabric8.knative.messaging.v1
Class EditableInMemoryChannelList
- java.lang.Object
-
- io.fabric8.knative.messaging.v1.InMemoryChannelList
-
- io.fabric8.knative.messaging.v1.EditableInMemoryChannelList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelListBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,io.fabric8.kubernetes.api.model.KubernetesResourceList<InMemoryChannel>,Serializable
public class EditableInMemoryChannelList extends InMemoryChannelList implements io.fabric8.kubernetes.api.builder.Editable<InMemoryChannelListBuilder>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableInMemoryChannelList()No args constructor for use in serializationEditableInMemoryChannelList(String apiVersion, List<InMemoryChannel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InMemoryChannelListBuilderedit()-
Methods inherited from class io.fabric8.knative.messaging.v1.InMemoryChannelList
getAdditionalProperties, getApiVersion, getItems, getKind, getMetadata, setAdditionalProperty, setApiVersion, setItems, setKind, setMetadata
-
-
-
-
Constructor Detail
-
EditableInMemoryChannelList
public EditableInMemoryChannelList()
No args constructor for use in serialization
-
EditableInMemoryChannelList
public EditableInMemoryChannelList(String apiVersion, List<InMemoryChannel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
- Parameters:
metadata-apiVersion-kind-items-
-
-
Method Detail
-
edit
public InMemoryChannelListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InMemoryChannelListBuilder>
-
-