package pointer

import "k8s.io/gengo/examples/deepcopy-gen/output_tests/pointer"

This is a test package.

Index

Types

type Ttest

type Ttest struct {
	Builtin   *string
	Ptr       **string
	Map       *map[string]string
	Slice     *[]string
	MapPtr    **map[string]string
	SlicePtr  **[]string
	Struct    *Ttest
	StructPtr **Ttest
}

func (*Ttest) DeepCopy

func (in *Ttest) DeepCopy() *Ttest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ttest.

func (*Ttest) DeepCopyInto

func (in *Ttest) DeepCopyInto(out *Ttest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Source Files

doc.go zz_generated.go

Version
v0.0.0-20250704022524-ddb642e17a28 (latest)
Published
Jul 4, 2025
Platform
linux/amd64
Last checked
12 hours ago

Tools for package owners.