We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459b537 commit 54f6538Copy full SHA for 54f6538
staging/src/k8s.io/apimachinery/pkg/runtime/conversion.go
@@ -82,7 +82,7 @@ func Convert_Slice_string_To_int(input *[]string, out *int, s conversion.Scope)
82
return nil
83
}
84
85
-// Conver_Slice_string_To_bool will convert a string parameter to boolean.
+// Convert_Slice_string_To_bool will convert a string parameter to boolean.
86
// Only the absence of a value, a value of "false", or a value of "0" resolve to false.
87
// Any other value (including empty string) resolves to true.
88
func Convert_Slice_string_To_bool(input *[]string, out *bool, s conversion.Scope) error {
0 commit comments