image-automation-controller/api/v1alpha2
Michael Bridgen 5b9631327f Graduate v1alpha2 API to v1beta1
This does the following:

 - copies the type definitions from v1alpha2 to v1beta1
 - changes the "stored" version to v1beta1
 - gives the CRD a conversion strategy of None, meaning just rewrite the version
 - switches the controller to use v1beta1
 - moves the generated documentation to v1beta1

This effectively rebadges the v1alpha2 version of this part of the
image API to v1beta1. The v1alpha2 version is left in place; there are
no conversion issues, as with v1alpha1->v1alpha2. The CRD specifies
that converting between v1alpha2 and v1beta1 just means changing the
version (i.e., the schema and semantics are the same).

Signed-off-by: Michael Bridgen <michael@weave.works>
2021-06-28 11:26:59 +01:00
..
doc.go Generate docs for v1alpha2 2021-04-13 11:01:45 +01:00
git.go Use sourcev1.GitRepositoryRef 2021-04-13 11:01:42 +01:00
groupversion_info.go Remove duplicate declaration 2021-06-10 15:04:40 +02:00
imageupdateautomation_types.go Graduate v1alpha2 API to v1beta1 2021-06-28 11:26:59 +01:00
reference.go Flip the controller and tests to API v1alpha2 2021-04-13 10:45:58 +01:00
zz_generated.deepcopy.go Use sourcev1.GitRepositoryRef 2021-04-13 11:01:42 +01:00