align files to .editorconfig (#203)
* align files to .editorconfig * fix space cause build failed
This commit is contained in:
committed by
Brendan Burns
parent
09a8c8773a
commit
9372e3291f
@@ -23,7 +23,7 @@ namespace attach
|
||||
|
||||
private async static Task AttachToPod(IKubernetes client, V1Pod pod) {
|
||||
var webSocket = await client.WebSocketNamespacedPodAttachAsync(pod.Metadata.Name, "default", pod.Spec.Containers[0].Name);
|
||||
|
||||
|
||||
var demux = new StreamDemuxer(webSocket);
|
||||
demux.Start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user