Skip to content
Snippets Groups Projects

Issue #3225218: Align the comments at Drupal\k8s\Controller\ApiControllerInterface

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