|
Move Method private cleanUpWorkspaceResources(deploymentName String) : void from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to private cleanUpWorkspaceResources(deploymentName String, namespace String) : void from class org.eclipse.che.plugin.openshift.client.OpenShiftDeploymentCleaner |
From |
To |
|
Move Method private getReplicaSetByLabel(key String, value String) : List<ReplicaSet> from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public getReplicaSetByLabel(key String, value String, namespace String) : List<ReplicaSet> from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesResourceUtil |
From |
To |
|
Move Method private getDeploymentByName(deploymentName String) : Deployment from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public getDeploymentByName(deploymentName String, namespace String) : Deployment from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesResourceUtil |
From |
To |
|
Move Method private getRoutesByLabel(labelKey String, labelValue String) : List<Route> from class org.eclipse.che.plugin.openshift.client.OpenShiftConnector to public getRoutesByLabel(labelKey String, labelValue String, namespace String) : List<Route> from class org.eclipse.che.plugin.openshift.client.kubernetes.KubernetesResourceUtil |
From |
To |