Update docs/en/platform-engineers/overview.md

Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
This commit is contained in:
Lei Zhang (Harry)
2021-02-02 10:32:01 -08:00
committed by GitHub
co-authored by Jianbo Sun
parent 5a2305b83e
commit 5ae47074d1
+1 -1
View File
@@ -48,7 +48,7 @@ spec:
image: "nginx"
- name: bar
type: aliyun-oss # component type
bucket: "xxxxx"
bucket: "my-bucket"
```
Every `component` and `trait` in above abstraction is defined by platform team via `Definition` objects. For example, [`WorkloadDefinition`](https://github.com/oam-dev/kubevela/tree/master/config/samples/application#workload-definition) and [`TraitDefinition`](https://github.com/oam-dev/kubevela/tree/master/config/samples/application#scaler-trait-definition). As the end user, they only need to assemble these modules into an application. Also, if end user has any new requirements, the platform team could customize the module template in definitions by any time.