Documentation
¶
Overview ¶
package execresize provides options for the container exec resize.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetContainerExecResizeOption ¶
type SetContainerExecResizeOption func(*container.ResizeOptions) error
SetContainerExecResizeOption is a function that sets a parameter for the container exec resize.
func WithSize ¶
func WithSize(width, height uint) SetContainerExecResizeOption
WithHeight sets the height for the container exec resize options.
Click to show internal directories.
Click to hide internal directories.