kops/hack
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
..
boilerplate Consider 2017 a year 2017-01-04 21:54:47 -05:00
brew Adding this depends makes it work on Sierra for me 2017-02-16 22:21:44 +00:00
lib Script to call goimports 2017-03-16 09:42:38 -04:00
vsphere Change the default image name for vsphere provider and other minor fix. 2017-04-20 23:38:33 -07:00
.packages Support generated clientset as alternative to vfs clientset 2017-06-20 22:29:37 -04:00
common.sh Verify gofmt as part of build 2016-12-30 16:25:07 -05:00
deps.py Python script to update submodule from Godeps 2017-03-15 23:19:07 -04:00
dev-build.sh updating CI in hack script 2017-04-06 16:59:54 -04:00
make-apimachinery.sh Support generated clientset as alternative to vfs clientset 2017-06-20 22:29:37 -04:00
new-iam-user.sh Adding check for aws cli in $PATH 2017-02-07 11:11:49 -07:00
pre-commit.sh Implemented a Git hook for the CI tests and related installer in the Makefile. 2017-05-14 18:25:38 +02:00
update-goimports Script to call goimports 2017-03-16 09:42:38 -04:00
update-header.sh Add fix for hack/update-header.sh 2017-04-07 00:24:44 -04:00
verify-boilerplate.sh updating docs, adding verify-gendocs and more build tweaks 2017-05-04 18:58:10 -06:00
verify-gofmt.sh Use `git ls-files` to find go files 2016-12-30 16:25:07 -05:00
verify-goimports Script to call goimports 2017-03-16 09:42:38 -04:00
verify-packages.sh Verify gofmt as part of build 2016-12-30 16:25:07 -05:00