Commit Graph

9 Commits

Author SHA1 Message Date
Victor Agababov 247841408e
Apply the cleanup to the pkg (#1776)
* Apply the cleanup to the pkg

This is probably the final iteration of my cleanup application.

* codegen

* one more try
2020-10-05 21:41:20 -07:00
Victor Agababov 1e373a9e5d
take 2 (#1755) 2020-09-29 14:10:29 -07:00
Victor Agababov a371418524
v2 (#1754) 2020-09-29 13:18:29 -07:00
Zbynek Roubalik 2d4efecc6b
bump to k8s 1.18 (#1428)
* bump to k8s 1.18.8

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>

* plumbing ctx through

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>

* add more ctx plumbing

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>

* ctx WithCancel()

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2020-09-11 07:54:00 -07:00
Markus Thömmes d21012af55
Deprecate --master flag in favor of --server. (#1693)
* Deprecate --master flag in favor of --server.

* Actually just drop the flag altogether.
2020-09-09 09:57:50 -07:00
Dave Protasowski c99955c477
use apiextensions v1 apis for migrator (#1445) 2020-06-24 11:28:27 -07:00
Victor Agababov f6cfa4c47c
Clean context.TODO in pkg and other minor nits (#1337)
- TODO is for migration, we know we want background there
- other nits
2020-05-15 10:58:02 -07:00
Markus Thömmes d29cf98a77
Assorted linting fixes. (#1249)
* Remove unused code.

* Use raw strings to avoid escaping.

* Remove unneeded type conversions.

* Preallocate slices where possible.

* Use semantic equality in psbinding reconciler.
2020-04-28 08:20:51 -07:00
Dave Protasowski 466c676678
Include utility to migrate a CRD's storage version (#1197)
* include utility to migrate a CRD's storage version

* fix godoc function name

* godoc updates

* drop use of fmt.Sprintf

* Update apiextensions/storageversion/cmd/migrate/main.go

Co-Authored-By: Victor Agababov <vagababov@gmail.com>

* Update apiextensions/storageversion/migrator_test.go

Co-Authored-By: Victor Agababov <vagababov@gmail.com>

* Update apiextensions/storageversion/migrator_test.go

Co-Authored-By: Victor Agababov <vagababov@gmail.com>

* test formatting

Co-authored-by: Victor Agababov <vagababov@gmail.com>
2020-04-06 16:14:59 -07:00