-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/otel-propagators-config (#50)
* added v1beta1 types * updated md * delete v1beta1 * updated ConfigurationSpec * make targets * generated apis * generated crds * tests are passing * w3c propagator
- Loading branch information
1 parent
d4cc58a
commit f76fe24
Showing
21 changed files
with
330 additions
and
297 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,14 +7,25 @@ Use **Windows Subsystem for Linux** (Ubuntu) | |
```bash | ||
apt install make | ||
``` | ||
3. Install the kubernetes code generator (from outside the rusi project folder): | ||
3. Install the kubernetes code generator: | ||
```bash | ||
go get k8s.io/[email protected] | ||
go install k8s.io/[email protected] | ||
sudo chmod 777 ~/go/pkg/mod/k8s.io/[email protected]/generate-groups.sh | ||
``` | ||
|
||
4. Install controller-gen https://book.kubebuilder.io/reference/controller-gen.html | ||
```shell | ||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@latest | ||
``` | ||
|
||
|
||
## Generate apis | ||
Go to rusi folder (repository root) and run the following make task: | ||
```bash | ||
make generate-apis | ||
``` | ||
|
||
## Generate client | ||
## Generate crd | ||
Go to rusi folder (repository root) and run the following make task: | ||
```bash | ||
make generate-crd | ||
|
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 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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.