func Convert_Pointer_float64_To_float64(in **float64, out *float64, s conversion.Scope) error { … }
func Convert_float64_To_Pointer_float64(in *float64, out **float64, s conversion.Scope) error { … }
func Convert_Pointer_int32_To_int32(in **int32, out *int32, s conversion.Scope) error { … }
func Convert_int32_To_Pointer_int32(in *int32, out **int32, s conversion.Scope) error { … }
func Convert_Pointer_int64_To_int64(in **int64, out *int64, s conversion.Scope) error { … }
func Convert_int64_To_Pointer_int64(in *int64, out **int64, s conversion.Scope) error { … }
func Convert_Pointer_int64_To_int(in **int64, out *int, s conversion.Scope) error { … }
func Convert_int_To_Pointer_int64(in *int, out **int64, s conversion.Scope) error { … }
func Convert_Pointer_string_To_string(in **string, out *string, s conversion.Scope) error { … }
func Convert_string_To_Pointer_string(in *string, out **string, s conversion.Scope) error { … }
func Convert_Pointer_bool_To_bool(in **bool, out *bool, s conversion.Scope) error { … }
func Convert_bool_To_Pointer_bool(in *bool, out **bool, s conversion.Scope) error { … }
func Convert_v1_TypeMeta_To_v1_TypeMeta(in, out *TypeMeta, s conversion.Scope) error { … }
func Convert_v1_ListMeta_To_v1_ListMeta(in, out *ListMeta, s conversion.Scope) error { … }
func Convert_v1_DeleteOptions_To_v1_DeleteOptions(in, out *DeleteOptions, s conversion.Scope) error { … }
func Convert_intstr_IntOrString_To_intstr_IntOrString(in, out *intstr.IntOrString, s conversion.Scope) error { … }
func Convert_Pointer_intstr_IntOrString_To_intstr_IntOrString(in **intstr.IntOrString, out *intstr.IntOrString, s conversion.Scope) error { … }
func Convert_intstr_IntOrString_To_Pointer_intstr_IntOrString(in *intstr.IntOrString, out **intstr.IntOrString, s conversion.Scope) error { … }
func Convert_v1_Time_To_v1_Time(in *Time, out *Time, s conversion.Scope) error { … }
func Convert_v1_MicroTime_To_v1_MicroTime(in *MicroTime, out *MicroTime, s conversion.Scope) error { … }
func Convert_Pointer_v1_Duration_To_v1_Duration(in **Duration, out *Duration, s conversion.Scope) error { … }
func Convert_v1_Duration_To_Pointer_v1_Duration(in *Duration, out **Duration, s conversion.Scope) error { … }
func Convert_Slice_string_To_v1_Time(in *[]string, out *Time, s conversion.Scope) error { … }
func Convert_Slice_string_To_Pointer_v1_Time(in *[]string, out **Time, s conversion.Scope) error { … }
func Convert_string_To_labels_Selector(in *string, out *labels.Selector, s conversion.Scope) error { … }
func Convert_string_To_fields_Selector(in *string, out *fields.Selector, s conversion.Scope) error { … }
func Convert_labels_Selector_To_string(in *labels.Selector, out *string, s conversion.Scope) error { … }
func Convert_fields_Selector_To_string(in *fields.Selector, out *string, s conversion.Scope) error { … }
func Convert_resource_Quantity_To_resource_Quantity(in *resource.Quantity, out *resource.Quantity, s conversion.Scope) error { … }
func Convert_Map_string_To_string_To_v1_LabelSelector(in *map[string]string, out *LabelSelector, s conversion.Scope) error { … }
func Convert_v1_LabelSelector_To_Map_string_To_string(in *LabelSelector, out *map[string]string, s conversion.Scope) error { … }
func Convert_Slice_string_To_Slice_int32(in *[]string, out *[]int32, s conversion.Scope) error { … }
func Convert_Slice_string_To_Pointer_v1_DeletionPropagation(in *[]string, out **DeletionPropagation, s conversion.Scope) error { … }
func Convert_Slice_string_To_v1_IncludeObjectPolicy(in *[]string, out *IncludeObjectPolicy, s conversion.Scope) error { … }
func Convert_url_Values_To_v1_DeleteOptions(in *url.Values, out *DeleteOptions, s conversion.Scope) error { … }
func Convert_Slice_string_To_v1_ResourceVersionMatch(in *[]string, out *ResourceVersionMatch, s conversion.Scope) error { … }