func NewPod()

in pkg/model/pod.go [31:35]


func NewPod(n *v1.Pod) *Pod {
	return &Pod{
		pod: *n,
	}
}