Method: KubernetesCLI#stdout

Defined in:
lib/kubernetes-cli.rb

#stdoutObject

T::Sig::WithoutRuntime.sig { returns(T.any(StringIO, IO)) }



436
437
438
# File 'lib/kubernetes-cli.rb', line 436

def stdout
  Thread.current[STDOUT_KEY] || STDOUT
end