Loading modules/cloud_service_providers/k8s/src/Service/K8sService.php +5 −0 Original line number Diff line number Diff line Loading @@ -4124,6 +4124,11 @@ class K8sService extends CloudServiceBase implements K8sServiceInterface { $method = 'quotas'; } // NOTE: PersistentVolume is not plural. if (str_ends_with($resource, 'persistentVolume')) { $method = 'persistentVolume'; } return $this->getClient($namespace) ->$method() ->update(new $class($params)); Loading Loading
modules/cloud_service_providers/k8s/src/Service/K8sService.php +5 −0 Original line number Diff line number Diff line Loading @@ -4124,6 +4124,11 @@ class K8sService extends CloudServiceBase implements K8sServiceInterface { $method = 'quotas'; } // NOTE: PersistentVolume is not plural. if (str_ends_with($resource, 'persistentVolume')) { $method = 'persistentVolume'; } return $this->getClient($namespace) ->$method() ->update(new $class($params)); Loading