mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Fix proto.Merge of IntOrString type
This commit is contained in:
parent
245189b8a1
commit
2563c04158
@ -45,7 +45,7 @@ type IntOrString struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Type represents the stored type of IntOrString.
|
// Type represents the stored type of IntOrString.
|
||||||
type Type int
|
type Type int64
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Int Type = iota // The IntOrString holds an int.
|
Int Type = iota // The IntOrString holds an int.
|
||||||
|
Loading…
Reference in New Issue
Block a user