kops/federation
Justin Santa Barbara e945322cab Support generated clientset as alternative to vfs clientset
We modelled our VFS clientset (for API objects backed by a VFS path)
after the "real" clientsets, so now it is relatively easy to add a
second implementation that will be backed by a real clientset.

The snafu here is that we weren't really using namespaces previously.
Namespaces do seem to be the primary RBAC scoping mechanism though, so
we start using them with the real clientset.

The namespace is currently inferred from the cluster name.  We map dots
to dashes, because of namespace limitations, which could yield
collisions, but we'll deal with this by simply preventing users from
creating conflicting cluster names - i.e. you simply won't be able to
create a.b.example.com and a-b.example.com
2017-06-20 22:29:37 -04:00
..
model Experimental support for federation 2016-10-11 10:29:46 -04:00
targets/kubernetestarget Use LB IP address for private dns 2017-04-25 01:32:27 -04:00
tasks Code updates 2017-03-16 02:40:50 -04:00
apply_federation.go Support generated clientset as alternative to vfs clientset 2017-06-20 22:29:37 -04:00
auth_file.go Apply gofmt to federation directory 2016-11-13 21:12:39 -05:00
federation_cluster.go Use LB IP address for private dns 2017-04-25 01:32:27 -04:00
federation_configuration.go Refactor kubeconfig building 2017-03-28 10:10:14 -04:00
federation_namespace.go Initial work on UAS 2017-03-28 06:10:21 +02:00