Toggle navigation
Home
io.fabric8.openshift.client.OpenShiftClient to io.fabric8.kubernetes.client.DefaultKubernetesClient
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
openShiftClient
to
kubeClient
Cascading Type Change (Similar)
OpenShiftClient
to
DefaultKubernetesClient
Update Class Instacne Creation
new DefaultOpenShiftClient(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftConfig(subject))
to
new DefaultKubernetesClient(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftConfig(subject))
Add or Remove Method invocation
openShiftClient
to
kubeClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName).redirectingOutput().redirectingError()
openShiftClient
to
kubeClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName).redirectingOutput()
openShiftClient
to
kubeClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName)
openShiftClient
to
kubeClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject))
openShiftClient
to
kubeClient.pods()
openShiftClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName).redirectingOutput().redirectingError()
to
kubeClient
openShiftClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName).redirectingOutput()
to
kubeClient
openShiftClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject)).withName(podName)
to
kubeClient
openShiftClient.pods().inNamespace(openshiftWorkspaceEnvironmentProvider.getWorkspacesOpenshiftNamespace(subject))
to
kubeClient
openShiftClient.pods()
to
kubeClient