[BAEL-4782] Initial import (#10513)

* [BAEL-4782] Initial import

* [BAEL-4782] LiveTest & Readme

* [BAEL-4782] spacing issues
This commit is contained in:
psevestre
2021-03-08 12:45:37 -03:00
committed by GitHub
parent 91fff1c069
commit 989d295c64
6 changed files with 103 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Kubernetes Java API Sample Code
This module contains sample code used to show how to use the Kubernetes client Java API.
Before running those samples, make sure that your environment is correctly configured to access
a working Kubernetes cluster.
An easy way to check that everything is working as expected is issuing any *kubectl get* command:
```shell
$ kubectl get nodes
```
If you get a valid response, then you're good to go.