We should have a generic API for waiting until things are applied. So for example setKubeConfig should give you back a (id, version, string) pair that you can pass to /waitFor and wait until that configuration is actually applied.
On the server this should be implemented using the same Version, AppliedVersion, ErrorVersion logic currently used for HorizonConfigs.
We should have a generic API for waiting until things are applied. So for example
setKubeConfig
should give you back a(id, version, string)
pair that you can pass to/waitFor
and wait until that configuration is actually applied.On the server this should be implemented using the same Version, AppliedVersion, ErrorVersion logic currently used for
HorizonConfig
s.