parent
a67218ee2d
commit
0f169199c0
|
@ -20,7 +20,7 @@ In this section, you will find the code conventions for all kinds of code KubeVe
|
|||
- Know and avoid [Go landmines](https://gist.github.com/lavalamp/4bd23295a9f32706a48f)
|
||||
|
||||
- Comment your code.
|
||||
- [Go's commenting conventions](http://blog.golang.org/godoc-documenting-go-code)
|
||||
- [Go's commenting conventions](https://go.dev/blog/godoc)
|
||||
- If reviewers ask questions about why the code is the way it is, that's a
|
||||
sign that comments might be helpful.
|
||||
|
||||
|
|
|
@ -184,8 +184,8 @@ Introduce how to automatically scale workloads by CPU resource utilization.
|
|||
```
|
||||
$ ab -n 10000 -c 200 http://127.0.0.1/
|
||||
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
|
||||
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
|
||||
Licensed to The Apache Software Foundation, http://www.apache.org/
|
||||
Copyright 1996 Adam Twiss, Zeus Technology Ltd, https://www.zeustech.net/
|
||||
Licensed to The Apache Software Foundation, https://www.apache.org/
|
||||
|
||||
Benchmarking 127.0.0.1 (be patient)
|
||||
Completed 1000 requests
|
||||
|
|
|
@ -11,7 +11,7 @@ In KubeVela, the needed cloud services are claimed as *components* in an applica
|
|||
|
||||
## Does KubeVela Talk to the Clouds?
|
||||
|
||||
KubeVela relies on [Terraform Controller](https://github.com/oam-dev/terraform-controller) or [Crossplane](http://crossplane.io/) as providers to talk to the clouds. Please check the documentations below for detailed steps.
|
||||
KubeVela relies on [Terraform Controller](https://github.com/oam-dev/terraform-controller) or [Crossplane](https://crossplane.io/) as providers to talk to the clouds. Please check the documentations below for detailed steps.
|
||||
|
||||
- [Terraform](./components/component-terraform)
|
||||
- [Crossplane](./crossplane)
|
||||
|
|
Loading…
Reference in New Issue