mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Correct confusing comment.
This commit is contained in:
parent
3222f61bca
commit
6460a8cbf8
@ -89,7 +89,7 @@ func init() {
|
|||||||
// registering all of these functions. Then, if you want to be able to understand
|
// registering all of these functions. Then, if you want to be able to understand
|
||||||
// v1beta1 objects, you just import that package for its side effects.
|
// v1beta1 objects, you just import that package for its side effects.
|
||||||
AddConversionFuncs(
|
AddConversionFuncs(
|
||||||
// EnvVar's Name is depricated in favor of Key.
|
// EnvVar's Key is deprecated in favor of Name.
|
||||||
func(in *EnvVar, out *v1beta1.EnvVar) error {
|
func(in *EnvVar, out *v1beta1.EnvVar) error {
|
||||||
out.Value = in.Value
|
out.Value = in.Value
|
||||||
out.Key = in.Name
|
out.Key = in.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user