func (in *StructEverything) DeepCopyInto(out *StructEverything) { … }
func (in *StructEverything) DeepCopy() *StructEverything { … }
func (in *StructEverything) DeepCopyObject() runtime.Object { … }
func (in *StructPointer) DeepCopyInto(out *StructPointer) { … }
func (in *StructPointer) DeepCopy() *StructPointer { … }
func (in *StructPointer) DeepCopyObject() runtime.Object { … }
func (in *StructPrimitives) DeepCopyInto(out *StructPrimitives) { … }
func (in *StructPrimitives) DeepCopy() *StructPrimitives { … }
func (in *StructPrimitives) DeepCopyObject() runtime.Object { … }
func (in *StructPrimitivesAlias) DeepCopyInto(out *StructPrimitivesAlias) { … }
func (in *StructPrimitivesAlias) DeepCopy() *StructPrimitivesAlias { … }
func (in *StructSlices) DeepCopyInto(out *StructSlices) { … }
func (in *StructSlices) DeepCopy() *StructSlices { … }
func (in *StructSlices) DeepCopyObject() runtime.Object { … }
func (in *StructStructPrimitives) DeepCopyInto(out *StructStructPrimitives) { … }
func (in *StructStructPrimitives) DeepCopy() *StructStructPrimitives { … }
func (in *StructStructPrimitives) DeepCopyObject() runtime.Object { … }
func (in *StructEverything) GetObjectKind() schema.ObjectKind { … }
func (in *StructPointer) GetObjectKind() schema.ObjectKind { … }
func (in *StructPrimitives) GetObjectKind() schema.ObjectKind { … }
func (in *StructSlices) GetObjectKind() schema.ObjectKind { … }
func (in *StructStructPrimitives) GetObjectKind() schema.ObjectKind { … }