cloud-8.x-2.0-beta1/modules/cloud_service_providers/k8s/src/Plugin/Action/DeleteConfigMap.php
modules/cloud_service_providers/k8s/src/Plugin/Action/DeleteConfigMap.php
<?php
namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a Config Map form.
*
* @Action(
* id = "entity:delete_action:k8s_config_map",
* label = @Translation("Delete Config Map"),
* type = "k8s_config_map"
* )
*/
class DeleteConfigMap extends DeleteAction {
}
