mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 04:49:55 +00:00
Upgraded from 99c19923, branch release-3.0. This required fetching or upgrading the following: * k8s.io/api to kubernetes-1.9.1 * k8s.io/apimachinery to kubernetes-1.9.1 * github.com/juju/ratelimit to 1.0.1 * github.com/spf13/pflag to 4c012f6d Also, update Scope's imports/function calls to be compatible with the new client.
17 lines
425 B
Go
17 lines
425 B
Go
// Code generated by "stringer -type=Kind"; DO NOT EDIT.
|
|
|
|
package width
|
|
|
|
import "fmt"
|
|
|
|
const _Kind_name = "NeutralEastAsianAmbiguousEastAsianWideEastAsianNarrowEastAsianFullwidthEastAsianHalfwidth"
|
|
|
|
var _Kind_index = [...]uint8{0, 7, 25, 38, 53, 71, 89}
|
|
|
|
func (i Kind) String() string {
|
|
if i < 0 || i >= Kind(len(_Kind_index)-1) {
|
|
return fmt.Sprintf("Kind(%d)", i)
|
|
}
|
|
return _Kind_name[_Kind_index[i]:_Kind_index[i+1]]
|
|
}
|