This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d04d7b  Changes modifier for k8s getClient to public
     new 01ea88f  Merge pull request #1263 from 
nakomis/change-kubernetes-client-modifier
9d04d7b is described below

commit 9d04d7b5ea5b6e3b27429dd285f3f116ab5d19d3
Author: Martin Harris <[email protected]>
AuthorDate: Tue Oct 19 12:08:29 2021 +0100

    Changes modifier for k8s getClient to public
---
 .../brooklyn/container/location/kubernetes/KubernetesLocation.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/locations/container/src/main/java/org/apache/brooklyn/container/location/kubernetes/KubernetesLocation.java
 
b/locations/container/src/main/java/org/apache/brooklyn/container/location/kubernetes/KubernetesLocation.java
index 2a0bcce..18e63c3 100644
--- 
a/locations/container/src/main/java/org/apache/brooklyn/container/location/kubernetes/KubernetesLocation.java
+++ 
b/locations/container/src/main/java/org/apache/brooklyn/container/location/kubernetes/KubernetesLocation.java
@@ -205,7 +205,7 @@ public class KubernetesLocation extends AbstractLocation 
implements MachineProvi
         super(properties);
     }
 
-    protected KubernetesClient getClient() {
+    public KubernetesClient getClient() {
         if(currentConfig != null) {
             return getClient(currentConfig);
         }

Reply via email to