kubernetes/pkg/registry/service
Lénaïc Huard cd719d97df Fix kubernetes and kubernetes-ro services creation
If `kube-apiserver` is started before `etcd` is reachable, `kube-apiserver`
fails to create those services.
However, in the `Create` function, an IP has already been reserved for them.
When `etcd` comes back, the `Create` function fails because it considers that
the IP is already used.

If the service couldn't be created, the reserved IP should be released.
2015-02-27 18:01:03 +01:00
..
doc.go Add several missing pkg Godoc files 2014-09-02 13:41:11 +02:00
ip_allocator_test.go Make master service IP static (no longer randomly assigned) 2015-01-30 16:07:19 -08:00
ip_allocator.go Make master service IP static (no longer randomly assigned) 2015-01-30 16:07:19 -08:00
registry.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
rest_test.go Name a cluster and use it to make forwarding rules for GCE 2015-02-23 17:04:33 -08:00
rest.go Fix kubernetes and kubernetes-ro services creation 2015-02-27 18:01:03 +01:00