[ ] Affected Issues have been mentioned in the Closing issues section
[ ] Documentation has been written/updated
[ ] PR title is ready for changelog and subsystem label(s) applied
Updates to the v1beta2 API to use metav1.Conditions for status conditions, and store more information in status relating to the build with additionalPrinterColumns in the CRD to now display the information when using kubectl
$ kubectl get lagoonbuilds -A
NAMESPACE NAME STATUS BUILDSTEP AGE
test1-develop lagoon-build-1ci4m5l Complete FinalizingBuild 14m
test1-main lagoon-build-adbm5m Complete FinalizingBuild 14m
Checklist
Updates to the v1beta2 API to use
metav1.Conditions
for status conditions, and store more information in status relating to the build withadditionalPrinterColumns
in the CRD to now display the information when usingkubectl