func NewPod()
in
pkg/model/pod.go [31:35]
5
lines of code
1
McCabe index (conditional complexity)
func NewPod(n *v1.Pod) *Pod { return &Pod{ pod: *n, } }