func()

in pkg/config/config.go [42:44]


func (o *ObjectSelector) IsDefined() bool {
	return o != nil && (o.Name != "" || o.Namespace != "")
}