Lei Zhang (Harry)
Lei Zhang (Harry)
Instead, I think the right way to go is defining array in trait's spec. The traits list, as part of Application Configuration, is indeed a `configuration` of capability instead of...
@ryanzhang-oss Please check this example for more detail: https://github.com/oam-dev/catalog/issues/53 For any given trait, we prefer design it as a array/list instead of apply multiple traits of same kind (we allow...
> apply the scope to all components of a given application configuration. Fully +1 to solve this, it has been annoyed us for a while.
@kminder I personally prefer a specific field to fix this instead of a special scope, for example: ```yaml apiVersion: core.oam.dev/v1alpha2 kind: ApplicationConfiguration metadata: ... spec: scopes: # maybe `globalScopes:`? -...
@anubhavsingh16 There're two tasks: 1. [This design](https://github.com/crossplane/oam-kubernetes-runtime/blob/master/design/resource-dependency.md) has been implemented in oam-kubernetes-runtime, but not documented in oam spec. 2. [This proposal](https://github.com/crossplane/oam-kubernetes-runtime/issues/193) is under implementing in oam-kubernetes-runtime, but the labels are...
@kminder Yes, it's the intention to make v0.2.2 `WorkloadDefiniton` include all schema (i.e. templating, parameters) features of `ComponentSchematic` and `Component` in prior releases, it will then fix the issue that...
xref: revisioning template modules in definition (https://github.com/oam-dev/kubevela/issues/1064)
It's called `healthz` or "z-pages" in Google and there are several OSS implementations in the community, please check: https://stackoverflow.com/questions/43380939/where-does-the-convention-of-using-healthz-for-application-health-checks-come-f The convention of `healthz` is not in scope of OAM, but...
@babin93 For any application platform build with OAM model, it relies on `WorkloadDefinition` to discover and register the schema of workload. For example, in [OAM Kubernetes ](https://github.com/crossplane/oam-kubernetes-runtime), `WorkloadDefinition` of `ContainerizedWorkload`...
@mnbf9rca Can't speak for MFST, though we have AlibabaCloud FaaS workload (extended) as below: ```yaml apiVersion: core.oam.dev/v1alpha2 kind: Component metadata: name: function-frontend spec: workload: # this is a real FaaS...