Enum StreamType
When creating a StreamDemuxer object, specify StreamType to properly handle the underlying communication.
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public enum StreamType
Fields
| Name | Description |
|---|---|
| PortForward | This StreamDemuxer object is used in port forwarding. |
| RemoteCommand | This StreamDemuxer object is used to stream a remote command or attach to a remote container. |