Merge pull request #35412 from kadtendulkar/kad20
Fix broken link on Access Clusters Using the Kubernetes API page.
This commit is contained in:
@@ -226,7 +226,7 @@ mvn install
|
|||||||
See [https://github.com/kubernetes-client/java/releases](https://github.com/kubernetes-client/java/releases) to see which versions are supported.
|
See [https://github.com/kubernetes-client/java/releases](https://github.com/kubernetes-client/java/releases) to see which versions are supported.
|
||||||
|
|
||||||
The Java client can use the same [kubeconfig file](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
|
The Java client can use the same [kubeconfig file](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
|
||||||
as the kubectl CLI does to locate and authenticate to the API server. See this [example](https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/KubeConfigFileClientExample.java):
|
as the kubectl CLI does to locate and authenticate to the API server. See this [example](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-15/src/main/java/io/kubernetes/client/examples/KubeConfigFileClientExample.java):
|
||||||
|
|
||||||
```java
|
```java
|
||||||
package io.kubernetes.client.examples;
|
package io.kubernetes.client.examples;
|
||||||
|
|||||||
Reference in New Issue
Block a user