You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The versions different components emulate their capabilities (APIs, features, ...) of.\n"+
236
236
"If set, the component will emulate the behavior of this version instead of the underlying binary version.\n"+
237
-
"Version format could only be major.minor, for example: '--emulated-version=wardle=1.2,kube=1.31'. Options are:\n"+strings.Join(r.unsafeVersionFlagOptions(true), "\n")+
238
-
"If the component is not specified, defaults to \"kube\"")
237
+
"Version format could only be major.minor, for example: '--emulated-version=wardle=1.2,kube=1.31'.\nOptions are:"+strings.Join(r.unsafeVersionFlagOptions(true), ",")+
238
+
"\nIf the component is not specified, defaults to \"kube\"")
0 commit comments