Skip to content
Snippets Groups Projects
Commit 1a046392 authored by Tamaki Fujino's avatar Tamaki Fujino Committed by Yas Naoi
Browse files

Issue #3225417 by TamakiFujino, yas: Align the comments at...

Issue #3225417 by TamakiFujino, yas: Align the comments at Drupal\k8s\Plugin\Action\Delete<ResourceName>
parent c95a8760
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 10 deletions
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a API Service form.
* Redirects to an API Service form.
*
* @Action(
* id = "entity:delete_action:k8s_api_service",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a K8s DaemonSet form.
* Redirects to a DaemonSet form.
*
* @Action(
* id = "entity:delete_action:k8s_daemon_set",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a Endpoint form.
* Redirects to an Endpoint form.
*
* @Action(
* id = "entity:delete_action:k8s_endpoint",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a Ingress form.
* Redirects to an Ingress form.
*
* @Action(
* id = "entity:delete_action:k8s_ingress",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a K8s LimitRange form.
* Redirects to a LimitRange form.
*
* @Action(
* id = "entity:delete_action:k8s_limit_range",
......
......@@ -9,7 +9,7 @@ use Drupal\Core\Action\Plugin\Action\DeleteAction;
*
* @Action(
* id = "entity:delete_action:k8s_persistent_volume",
* label = @Translation("Delete persistent volume"),
* label = @Translation("Delete Persistent Volume"),
* type = "k8s_persistent_volume"
* )
*/
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a K8s ReplicaSet form.
* Redirects to a ReplicaSet form.
*
* @Action(
* id = "entity:delete_action:k8s_replica_set",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a Service form.
* Redirects to a Schedule form.
*
* @Action(
* id = "entity:delete_action:k8s_schedule",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a K8s ServiceAccount form.
* Redirects to a ServiceAccount form.
*
* @Action(
* id = "entity:delete_action:k8s_service_account",
......
......@@ -5,7 +5,7 @@ namespace Drupal\k8s\Plugin\Action;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a K8s StatefulSet form.
* Redirects to a StatefulSet form.
*
* @Action(
* id = "entity:delete_action:k8s_stateful_set",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment