Commit Graph

7 Commits

Author SHA1 Message Date
Ryan Baxter
6af0c945dc Loadbalancer Module Using Kubernetes Java Client (#700)
Loadbalancer implementation using Kuberentes Java Client
2020-12-19 11:19:25 -05:00
buildmaster
8ed7023942 Going back to snapshots 2020-12-11 23:09:30 +00:00
buildmaster
f18198204a Update SNAPSHOT to 2.0.0-RC1 2020-12-11 23:07:03 +00:00
Haytham Mohamed
33405da499 toggling k8s configuration with a relevant property fixes gh-585 (#680)
* toggling k8s configuration with a relevant property fixes gh-585

* integration test with k8s client 1

* tests are green

* integration test using managed context

* fix checkstyle

* checkstyle and test

* preserve EventReloadDetectionMode as it was

* enable k8s config in test app for IT test

* enable secrets for IT test

* conditional class and config should be default

* using conditional annotation
2020-12-08 11:17:08 -05:00
buildmaster
275749b793 Going back to snapshots 2020-12-01 23:51:45 +00:00
buildmaster
08a0712f00 Update SNAPSHOT to 2.0.0-M6 2020-12-01 23:49:24 +00:00
Ryan Baxter
a47a530bc3 Refactor Config Module And Add A New Config Module Using Kubernetes Client (#664)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Refactoring config module to extract common code
Renamed config module to be specific to fabric8

* Kubernetes client config module

* Fixing test to avoid 503 error

* Accounting for missing invocation

* Adding code to deal with potential 503 error

* Fixing class used in polling change listener

* Formatting changes
2020-11-24 20:25:20 -05:00