1{ 2 "kind": "PodExecOptions", 3 "apiVersion": "v1", 4 "stdin": true, 5 "stdout": true, 6 "stderr": true, 7 "tty": true, 8 "container": "containerValue", 9 "command": [ 10 "commandValue" 11 ] 12}
View as plain text