kubernetes/vendor/github.com/mohae/deepcopy
2018-06-22 16:22:57 -07:00
..
.gitignore
.travis.yml
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -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)