import ReplicationController from 'ui/models/k8s-replicationcontroller';
var ReplicaSet = ReplicationController.extend();
export default ReplicaSet;