mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
fix cross-build
This commit is contained in:
@@ -18,7 +18,11 @@ limitations under the License.
|
||||
|
||||
package term
|
||||
|
||||
func SetSize(fd uintptr, size Size) error {
|
||||
import (
|
||||
"k8s.io/kubernetes/pkg/client/unversioned/remotecommand"
|
||||
)
|
||||
|
||||
func SetSize(fd uintptr, size remotecommand.TerminalSize) error {
|
||||
// NOP
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user