Comments

jigish.addweb created an issue. See original summary.

jigish.addweb’s picture

Status: Active » Needs review
StatusFileSize
new53.29 KB
jigish.addweb’s picture

StatusFileSize
new54.19 KB
yas’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new914.03 KB
new824.8 KB
new847.3 KB
new885.08 KB
new809.73 KB
new878.99 KB
new882.37 KB
new773.32 KB
new839.14 KB

@jigishaddweb

Thank you for providing the patch. I tested it and looks good to me. I'll merge the patch to 8.x-1.x and 8.x-2.x and close this issue as Fixed.

yas’s picture

Status: Reviewed & tested by the community » Needs work

@jigishaddweb

I found the coding standard violation error:

$ phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md /var/www/html/web/modules/contrib/cloud/

FILE: /var/www/html/web/modules/contrib/cloud/modules/cloud_service_providers/k8s/src/Service/K8sServiceInterface.php
---------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
 586 | WARNING | Line exceeds 80 characters; contains 81 characters
---------------------------------------------------------------------------------------------------------------------

Could you please fix it? And please run the command before you upload the patch:

phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md /var/www/html/web/modules/contrib/cloud/

PS The wording api should be API

jigish.addweb’s picture

StatusFileSize
new54.45 KB
jigish.addweb’s picture

Status: Needs work » Needs review

@yas

Thank you for testing the patch.

I have fixed coding standard violation error.

Please test new patch.

Thanks

yas’s picture

Status: Needs review » Reviewed & tested by the community

@jigishaddweb

Thank you for the update. It looks good to me. I'll merge the patch to 8.x-1.x and 8.x-2.x and close this issue as Fixed.

  • yas committed fbe4ec7 on 8.x-1.x authored by jigish.addweb
    Issue #3109011 by jigish.addweb, yas: Manage K8s Cluster Role Bindings
    

  • yas committed 06d690a on 8.x-2.x authored by jigish.addweb
    Issue #3109011 by jigish.addweb, yas: Manage K8s Cluster Role Bindings
    
yas’s picture

Status: Reviewed & tested by the community » Fixed
yas’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.