func DefaultMetaV1FieldSelectorConversion(label, value string) (string, string, error) { … }
func JSONKeyMapper(key string, sourceTag, destTag reflect.StructTag) (string, string) { … }
func Convert_Slice_string_To_string(in *[]string, out *string, s conversion.Scope) error { … }
func Convert_Slice_string_To_int(in *[]string, out *int, s conversion.Scope) error { … }
func Convert_Slice_string_To_bool(in *[]string, out *bool, s conversion.Scope) error { … }
func Convert_Slice_string_To_Pointer_bool(in *[]string, out **bool, s conversion.Scope) error { … }
func string_to_int64(in string) (int64, error) { … }
func Convert_string_To_int64(in *string, out *int64, s conversion.Scope) error { … }
func Convert_Slice_string_To_int64(in *[]string, out *int64, s conversion.Scope) error { … }
func Convert_string_To_Pointer_int64(in *string, out **int64, s conversion.Scope) error { … }
func Convert_Slice_string_To_Pointer_int64(in *[]string, out **int64, s conversion.Scope) error { … }
func RegisterStringConversions(s *Scheme) error { … }