import Workload from 'ui/models/workload';
const Deployment = Workload.extend({
});
export default Deployment;