MCPcopy Index your code
hub / github.com/kubernetes-client/python / write_stdin

Method write_stdin

kubernetes/base/stream/ws_client.py:195–197  ·  view source on GitHub ↗

The same as write_channel with channel=0.

(self, data)

Source from the content-addressed store, hash-verified

193 return self._connected
194
195 def write_stdin(self, data):
196 """The same as write_channel with channel=0."""
197 self.write_channel(STDIN_CHANNEL, data)
198
199 def update(self, timeout=0):
200 """Update channel buffers with at most one complete frame of input."""

Callers 3

test_pod_apisMethod · 0.80
exec_commandsFunction · 0.80

Calls 1

write_channelMethod · 0.95

Tested by 2

test_pod_apisMethod · 0.64