kubernetes/vendor/github.com/mohae/deepcopy
..
.gitignore
.travis.yml
deepcopy.go
LICENSE
README.md

deepCopy

GoDocBuild Status

DeepCopy makes deep copies of things: unexported field values are not copied.

Usage

cpy := deepcopy.Copy(orig)