vmware-tanzu / tanzu-framework

Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
195 stars 192 forks source link

Remove and reorganize code according to new Tanzu Framework charter #4601

Closed rajathagasthya closed 1 year ago

rajathagasthya commented 1 year ago

What this PR does / why we need it

Remove and reorganize code according to new Tanzu Framework charter.

Which issue(s) this PR fixes

Fixes #4603

Describe testing done for PR

$ make smoke-build
$ make build -> for all COMPONENT values

Release note

Additional information

Special notes for your reviewer

yharish991 commented 1 year ago

do we have to run the golangci-lint again in here, we already run linter when we do make docker-build-all in build workflow

rajathagasthya commented 1 year ago

Will clean up Makefile in a different PR. There are other things that need to be removed too.