package io.cattle.platform.util.type; public interface Named { String getName(); }