kubernetes/vendor/github.com/mohae/deepcopy
2017-10-15 18:18:13 -07:00
..
.gitignore
.travis.yml
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
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)