mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
fix comment error
fix comment error
This commit is contained in:
parent
e00a60283f
commit
0ace1c99e9
@ -42,7 +42,7 @@ type CustomArgs struct {
|
|||||||
// generator pick up manually written conversion funcs from external packages.
|
// generator pick up manually written conversion funcs from external packages.
|
||||||
ExtraPeerDirs []string
|
ExtraPeerDirs []string
|
||||||
|
|
||||||
// Skipunsafe indicates whether to generate unsafe conversions to improve the efficiency
|
// SkipUnsafe indicates whether to generate unsafe conversions to improve the efficiency
|
||||||
// of these operations. The unsafe operation is a direct pointer assignment via unsafe
|
// of these operations. The unsafe operation is a direct pointer assignment via unsafe
|
||||||
// (within the allowed uses of unsafe) and is equivalent to a proposed Golang change to
|
// (within the allowed uses of unsafe) and is equivalent to a proposed Golang change to
|
||||||
// allow structs that are identical to be assigned to each other.
|
// allow structs that are identical to be assigned to each other.
|
||||||
|
Loading…
Reference in New Issue
Block a user