#!/bin/bash
#
# deletes services, replication controllers and pods which match the given text

export SERVICENAMES=""

oc-delete-replicationControllers-and-pods $@
oc-delete-services $@


