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