Michael Barrientos
Michael Barrientos
### Description Do not update helm_release state if chart fails to download (server down, bad chart path, bad chart version). After feedback on #512 this is attempt 2 at fixing...
### Description Do not update helm_release state if chart fails to download (server down, bad chart path, bad chart version), or chart fails to parse/load. This is achieved by wrapping...
Adds support for Managed Service for Prometheus to google_container_cluster. Closes https://github.com/hashicorp/terraform-provider-google/issues/11224 Configuration looks like the following: ``` resource "google_container_cluster" { monitoring_config { managed_prometheus { enabled = true } } }...
Closes #28 Adds support for 2 related cases in URLs: * Support path segments like in https://google.aip.dev/127, where the URL contains a pattern like `post: "/v1/{parent=publishers/*}/books"` * Support nested field...
The parser and generator should add support for methods with additional_bindings, allowing multiple different URLs to access the same gRPC endpoint. The current code only renders code for the outer...
agent-stack-k8s allows us to set the resource requests/limits (e.g. cpu and memory) for the controller that launches pods, but does not provide a way to specify those requests/limits for the...