mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
fix String protobuf generator
This commit is contained in:
@@ -376,16 +376,6 @@ func sovGenerated(x uint64) (n int) {
|
||||
func sozGenerated(x uint64) (n int) {
|
||||
return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
||||
}
|
||||
func (this *ExtraValue) String() string {
|
||||
if this == nil {
|
||||
return "nil"
|
||||
}
|
||||
s := strings.Join([]string{`&ExtraValue{`,
|
||||
`Items:` + fmt.Sprintf("%v", this.Items) + `,`,
|
||||
`}`,
|
||||
}, "")
|
||||
return s
|
||||
}
|
||||
func (this *TokenReview) String() string {
|
||||
if this == nil {
|
||||
return "nil"
|
||||
|
||||
Reference in New Issue
Block a user