Vaclav Turecek

Results 28 comments of Vaclav Turecek

I was able to work around this by using my own class that derives from `k8s.Kubernetes` and overrides this method: `Task CreateResultAsync(HttpRequestMessage httpRequest, HttpResponseMessage httpResponse, bool? watch, CancellationToken cancellationToken)` It...

No plan at the moment, but open to ideas on how to proceed. In my mind, the obvious thing to start with is offering translated versions of the specification text...

Agreed. Assuming Nic accepts, I'll open a PR to update the owners file.

We still have an open PR for this: #218

Yes this is where developers fill in the detail of the container they want to run for a container workload. More generally, for any workload type, developers are responsible for...

I think the premise of #182 is wrong. Resources is _not_ optional on `container`. CPU and memory are both currently required no matter what. The `resources` attribute on `container` is...

The developer probably has the best understanding of minimums required. For example, as a developer I might pull in some libraries that specify a minimum memory requirement. This concept can...

Should the experience of modeling an application cross over into modeling the roll-out steps of an application? We've tossed this idea around in the past but I don't think we've...

The idea is that an ApplicationConfiguration is the top level config for everything in OAM. You can create a scope by putting it in its own Application Configuration file, or...