Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > stdin
k8s.ContainerSpec.stdin property
Whether this container should allocate a buffer for stdin in the container runtime.
If this is not set, reads from stdin in the container will always result in EOF. Default is false.
Signature:
stdin?: boolean;