Skip to content

Commit

Permalink
fix: tty
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Dec 29, 2022
1 parent e89ed32 commit 0e3cab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion internal/proc/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type container struct {
types.Spec
types.Container
cli *client.Client
TTY bool
}

func (h *container) Init(ctx context.Context) error {
Expand Down
1 change: 1 addition & 0 deletions internal/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type Container struct {
Env []EnvVar `json:"env,omitempty"`
Ports []ContainerPort `json:"ports,omitempty"`
VolumeMounts []VolumeMount `json:"volumeMounts,omitempty"`
TTY bool `json:"tty,omitempty"`
}

type Pod struct {
Expand Down

0 comments on commit 0e3cab6

Please sign in to comment.