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

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

Issue #3225292 by TamakiFujino, yas: Align the comments at Drupal\k8s\Entity\K8s<ResourceName>ViewsData
parent 995bea35
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 16 deletions
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the API service entity type.
* Provides the views data for the API Service entity type.
*/
class K8sApiServiceViewsData extends K8sViewsDataBase {
......@@ -15,7 +15,7 @@ class K8sApiServiceViewsData extends K8sViewsDataBase {
$data['k8s_api_service']['api_service_bulk_form'] = [
'title' => $this->t('API Service operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple API service.'),
'help' => $this->t('Add a form element that lets you run operations on multiple API Services.'),
'field' => [
'id' => 'api_service_bulk_form',
],
......
......@@ -15,7 +15,7 @@ class K8sClusterRoleBindingViewsData extends K8sViewsDataBase {
$data['k8s_cluster_role_binding']['cluster_role_binding_bulk_form'] = [
'title' => $this->t('Cluster Role Binding operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple Cluster Roles Binding.'),
'help' => $this->t('Add a form element that lets you run operations on multiple Cluster Roles Bindings.'),
'field' => [
'id' => 'cluster_role_binding_bulk_form',
],
......
......@@ -14,7 +14,7 @@ class K8sCronJobViewsData extends K8sViewsDataBase {
$data = parent::getViewsData();
$data['k8s_cron_job']['cron_job_bulk_form'] = [
'title' => $this->t('Cron job operations bulk form'),
'title' => $this->t('CronJob operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple CronJobs.'),
'field' => [
'id' => 'cron_job_bulk_form',
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s DaemonSet entity type.
* Provides the views data for the DaemonSet entity type.
*/
class K8sDaemonSetViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s Event entity type.
* Provides the views data for the Event entity type.
*/
class K8sEventViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s LimitRange entity type.
* Provides the views data for the LimitRange entity type.
*/
class K8sLimitRangeViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s Namespace entity type.
* Provides the views data for the Namespace entity type.
*/
class K8sNamespaceViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s Node entity type.
* Provides the views data for the Node entity type.
*/
class K8sNodeViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the persistent volume entity type.
* Provides the views data for the Persistent Volume entity type.
*/
class K8sPersistentVolumeViewsData extends K8sViewsDataBase {
......@@ -15,7 +15,7 @@ class K8sPersistentVolumeViewsData extends K8sViewsDataBase {
$data['k8s_persistent_volume']['persistent_volume_bulk_form'] = [
'title' => $this->t('Persistent Volume operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple persistent volume.'),
'help' => $this->t('Add a form element that lets you run operations on multiple Persistent Volumes.'),
'field' => [
'id' => 'persistent_volume_bulk_form',
],
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s ReplicaSet entity type.
* Provides the views data for the ReplicaSet entity type.
*/
class K8sReplicaSetViewsData extends K8sViewsDataBase {
......@@ -15,7 +15,7 @@ class K8sReplicaSetViewsData extends K8sViewsDataBase {
$data['k8s_replica_set']['replica_set_bulk_form'] = [
'title' => $this->t('ReplicaSet operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple K8s ReplicaSets.'),
'help' => $this->t('Add a form element that lets you run operations on multiple ReplicaSets.'),
'field' => [
'id' => 'replica_set_bulk_form',
],
......
......@@ -15,7 +15,7 @@ class K8sRoleBindingViewsData extends K8sViewsDataBase {
$data['k8s_role_binding']['role_binding_bulk_form'] = [
'title' => $this->t('Role Binding operations bulk form'),
'help' => $this->t('Add a form element that lets you run operations on multiple Role Binding.'),
'help' => $this->t('Add a form element that lets you run operations on multiple Role Bindings.'),
'field' => [
'id' => 'role_binding_bulk_form',
],
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s ServiceAccount entity type.
* Provides the views data for the ServiceAccount entity type.
*/
class K8sServiceAccountViewsData extends K8sViewsDataBase {
......
......@@ -3,7 +3,7 @@
namespace Drupal\k8s\Entity;
/**
* Provides the views data for the K8s StatefulSet entity type.
* Provides the views data for the StatefulSet entity type.
*/
class K8sStatefulSetViewsData extends K8sViewsDataBase {
......
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