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

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

Issue #3225218 by TamakiFujino, kumikoono, yas: Align the comments at Drupal\k8s\Controller\ApiControllerInterface
parent c2e7e3b3
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ interface ApiControllerInterface { ...@@ -26,7 +26,7 @@ interface ApiControllerInterface {
public function updateAllResources($cloud_context); public function updateAllResources($cloud_context);
/** /**
* Update all nodes. * Update all Nodes.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -37,7 +37,7 @@ interface ApiControllerInterface { ...@@ -37,7 +37,7 @@ interface ApiControllerInterface {
public function updateNodeList($cloud_context); public function updateNodeList($cloud_context);
/** /**
* Update all namespaces. * Update all Namespaces.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -48,7 +48,7 @@ interface ApiControllerInterface { ...@@ -48,7 +48,7 @@ interface ApiControllerInterface {
public function updateNamespaceList($cloud_context); public function updateNamespaceList($cloud_context);
/** /**
* Update all pods. * Update all Pods.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -70,7 +70,7 @@ interface ApiControllerInterface { ...@@ -70,7 +70,7 @@ interface ApiControllerInterface {
public function updateNetworkPolicyList($cloud_context); public function updateNetworkPolicyList($cloud_context);
/** /**
* Update all deployments. * Update all Deployments.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -92,7 +92,7 @@ interface ApiControllerInterface { ...@@ -92,7 +92,7 @@ interface ApiControllerInterface {
public function updateReplicaSetList($cloud_context); public function updateReplicaSetList($cloud_context);
/** /**
* Update all services. * Update all Services.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -103,7 +103,7 @@ interface ApiControllerInterface { ...@@ -103,7 +103,7 @@ interface ApiControllerInterface {
public function updateServiceList($cloud_context); public function updateServiceList($cloud_context);
/** /**
* Update all cron jobs. * Update all CronJobs.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -114,7 +114,7 @@ interface ApiControllerInterface { ...@@ -114,7 +114,7 @@ interface ApiControllerInterface {
public function updateCronJobList($cloud_context); public function updateCronJobList($cloud_context);
/** /**
* Update all jobs. * Update all Jobs.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -125,7 +125,7 @@ interface ApiControllerInterface { ...@@ -125,7 +125,7 @@ interface ApiControllerInterface {
public function updateJobList($cloud_context); public function updateJobList($cloud_context);
/** /**
* Update all resource quotas. * Update all Resource Quotas.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -147,7 +147,7 @@ interface ApiControllerInterface { ...@@ -147,7 +147,7 @@ interface ApiControllerInterface {
public function updateLimitRangeList($cloud_context); public function updateLimitRangeList($cloud_context);
/** /**
* Update all secrets. * Update all Secrets.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -169,7 +169,7 @@ interface ApiControllerInterface { ...@@ -169,7 +169,7 @@ interface ApiControllerInterface {
public function updateConfigMapList($cloud_context); public function updateConfigMapList($cloud_context);
/** /**
* Update all roles. * Update all Roles.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -180,7 +180,7 @@ interface ApiControllerInterface { ...@@ -180,7 +180,7 @@ interface ApiControllerInterface {
public function updateRoleList($cloud_context); public function updateRoleList($cloud_context);
/** /**
* Update all cluster roles. * Update all Cluster Roles.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -191,7 +191,7 @@ interface ApiControllerInterface { ...@@ -191,7 +191,7 @@ interface ApiControllerInterface {
public function updateClusterRoleList($cloud_context); public function updateClusterRoleList($cloud_context);
/** /**
* Update all persistent volume. * Update all Persistent Volumes.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -202,7 +202,7 @@ interface ApiControllerInterface { ...@@ -202,7 +202,7 @@ interface ApiControllerInterface {
public function updatePersistentVolumeList($cloud_context); public function updatePersistentVolumeList($cloud_context);
/** /**
* Update all storage classes. * Update all Storage Classes.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -224,7 +224,7 @@ interface ApiControllerInterface { ...@@ -224,7 +224,7 @@ interface ApiControllerInterface {
public function updateStatefulSetsList($cloud_context); public function updateStatefulSetsList($cloud_context);
/** /**
* Update all ingresses. * Update all Ingresses.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -246,7 +246,7 @@ interface ApiControllerInterface { ...@@ -246,7 +246,7 @@ interface ApiControllerInterface {
public function updateDaemonSetList($cloud_context); public function updateDaemonSetList($cloud_context);
/** /**
* Update all endpoints. * Update all Endpoints.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -257,7 +257,7 @@ interface ApiControllerInterface { ...@@ -257,7 +257,7 @@ interface ApiControllerInterface {
public function updateEndpointList($cloud_context); public function updateEndpointList($cloud_context);
/** /**
* Update all events. * Update all Events.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -268,7 +268,7 @@ interface ApiControllerInterface { ...@@ -268,7 +268,7 @@ interface ApiControllerInterface {
public function updateEventList($cloud_context); public function updateEventList($cloud_context);
/** /**
* Update all persistent volume claim. * Update all Persistent Volume Claims.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -279,7 +279,7 @@ interface ApiControllerInterface { ...@@ -279,7 +279,7 @@ interface ApiControllerInterface {
public function updatePersistentVolumeClaimList($cloud_context); public function updatePersistentVolumeClaimList($cloud_context);
/** /**
* Update all cluster roles binding. * Update all Cluster Role Bindings.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -290,7 +290,7 @@ interface ApiControllerInterface { ...@@ -290,7 +290,7 @@ interface ApiControllerInterface {
public function updateClusterRoleBindingList($cloud_context); public function updateClusterRoleBindingList($cloud_context);
/** /**
* Update all role binding. * Update all Role Bindings.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -366,7 +366,7 @@ interface ApiControllerInterface { ...@@ -366,7 +366,7 @@ interface ApiControllerInterface {
public function getNodeAllocatedResources($cloud_context, CloudProjectInterface $cloud_project = NULL, K8sNode $node); public function getNodeAllocatedResources($cloud_context, CloudProjectInterface $cloud_project = NULL, K8sNode $node);
/** /**
* Update all API service. * Update all API Services.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -377,7 +377,7 @@ interface ApiControllerInterface { ...@@ -377,7 +377,7 @@ interface ApiControllerInterface {
public function updateApiServiceList($cloud_context); public function updateApiServiceList($cloud_context);
/** /**
* Update all priority classes. * Update all Priority Classes.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
...@@ -388,7 +388,7 @@ interface ApiControllerInterface { ...@@ -388,7 +388,7 @@ interface ApiControllerInterface {
public function updatePriorityClassesList($cloud_context); public function updatePriorityClassesList($cloud_context);
/** /**
* Update all horizontal pod autoscalers. * Update all Horizontal Pod Autoscalers.
* *
* @param string $cloud_context * @param string $cloud_context
* Cloud context string. * Cloud context string.
......
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