refactor kubectl websocket API

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-11-07 12:40:44 +08:00
parent 5cc4169244
commit 2c52a7064c
102 changed files with 853 additions and 16388 deletions

View File

@@ -1,20 +0,0 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package main
// This file contains code common to the maketables.go and the package code.
// langAliasType is the type of an alias in langAliasMap.
type langAliasType int8
const (
langDeprecated langAliasType = iota
langMacro
langLegacy
langAliasTypeUnknown langAliasType = -1
)