Documentation ¶
Index ¶
- func Convert_Slice_byte_To_Slice_byte(in *[]byte, out *[]byte, s conversion.Scope) error
- func Convert_peer2_Bar_To_target2_Bar(in *peer2.Bar, out *Bar, s conversion.Scope) error
- func Convert_peer2_SubBarStruct_To_target2_SubBarStruct(in *peer2.SubBarStruct, out *SubBarStruct, s conversion.Scope) error
- func Convert_target2_Bar_To_peer2_Bar(in *Bar, out *peer2.Bar, s conversion.Scope) error
- func Convert_target2_SubBarStruct_To_peer2_SubBarStruct(in *SubBarStruct, out *peer2.SubBarStruct, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- type Bar
- type SubBarStruct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert_Slice_byte_To_Slice_byte ¶
func Convert_Slice_byte_To_Slice_byte(in *[]byte, out *[]byte, s conversion.Scope) error
Convert_Slice_byte_To_Slice_byte prevents recursing into every byte
func Convert_peer2_SubBarStruct_To_target2_SubBarStruct ¶
func Convert_peer2_SubBarStruct_To_target2_SubBarStruct(in *peer2.SubBarStruct, out *SubBarStruct, s conversion.Scope) error
+k8s:conversion-fn=drop
func Convert_target2_Bar_To_peer2_Bar ¶
Convert_target2_Bar_To_peer2_Bar is an autogenerated conversion function.
func Convert_target2_SubBarStruct_To_peer2_SubBarStruct ¶
func Convert_target2_SubBarStruct_To_peer2_SubBarStruct(in *SubBarStruct, out *peer2.SubBarStruct, s conversion.Scope) error
Convert_target2_SubBarStruct_To_peer2_SubBarStruct is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
Types ¶
type Bar ¶
type Bar struct {
SubStruct SubBarStruct
}
type SubBarStruct ¶
type SubBarStruct struct {
ByteSlice []byte
}
Click to show internal directories.
Click to hide internal directories.