func()

in pkg/k8s/registry.go [43:45]


func (i id) String() string {
	return fmt.Sprintf("%+v:%+v", i.namespace, i.name)
}