-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md) for Pulumi's contribution guidelines. Help us merge your changes more quickly by adding more details such as labels, milestones, and reviewers.--> ### Proposed changes Remove any now-obsolete v1 code and fix-up the Makefile. Most of the top-level build targets work as expected, often by delegating to the sub-Makefiles. TODO: - [ ] CI scripts Later: - Deployment-related changes (to take place in a separate PR) - Top-level tests #### New Help Output ``` ❯ make help Usage: make <target> General help Display this help. Development codegen Generate CRDs and documentation generate-crdocs Generate API Reference documentation into 'docs/crds/'. Build build Build the agent and operator binaries. build-agent Build the agent binary. build-operator Build the operator manager binary. build-image Build the operator image. push-image Push the operator image. Deployment install-crds Install CRDs into the K8s cluster specified in ~/.kube/config. deploy Deploy controller manager to the K8s cluster specified in ~/.kube/config. Release prep Prepare the next release. Build Dependencies crdoc Download crdoc locally if necessary. No version check. ``` ### Related issues (optional) <!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes #1234'. Or link to full URLs to issues or pull requests in other GitHub repositories. -->
- Loading branch information
1 parent
181286c
commit 8ac74b0
Showing
59 changed files
with
105,632 additions
and
7,959 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,3 +91,4 @@ tags | |
### IntelliJ ### | ||
.idea | ||
.envrc | ||
bin/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.