Record
connect-core-v1-post-namespaced-pod-attach-params
No description available.
record connect-core-v1-post-namespaced-pod-attach-params {
container: option<string>,
name: string,
namespace: string,
stderr: option<string>,
stdin: option<string>,
stdout: option<string>,
tty: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| container | option<string> | |
| name | string | |
| namespace | string | |
| stderr | option<string> | |
| stdin | option<string> | |
| stdout | option<string> | |
| tty | option<string> |