Sergen Yalçın
Sergen Yalçın
### Description of your changes Fixes #2979 With this one-pager, we want to discuss how can we measure the performance metrics of providers. This one-pager proposes a solution that is...
After our sync meeting on 19 April with @negz , we determined some action items for the Custom Compositions task. One of them is the providing a helm-based reference function....
`Usage: kubectl edit-status --namespace --in `
### Description of your changes Related #108 The following commit of terrajet is used: https://github.com/crossplane/terrajet/commit/fd4224b01b71afd3ce883008857151eeb5c59773 Then we can compare the two jobs to check whether this change helps us. I...
### What problem are you facing? There is currently no support for Artifact Registry resource. We are trying to develop support for another registry object (Container Registry) with the following...
### What happened? While working on another issue, I needed the `MySqlServer` resource. I tried to create a resource named `"example-mysql"`. Although I waited for about 25-30 minutes, the resource...
### Description of your changes This PR adds tagging convention for provider-azure. This PR depends on https://github.com/crossplane/terrajet/pull/198 Until merge the dependent PR, a temporary replace command was added to go.mod:...
### What resource do you need? Resource Name: `azurerm_monitor_action_group` ### What is your use case? The ID of `azurerm_monitor_action_group` is used in the `azurerm_monitor_metric_alert` resource: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_metric_alert#action_group_id `azurerm_monitor_metric_alert` is implemented in...
Fix: #365 This PR adds a new API field: `SetToDefault`. This new field will present whether a flag is set to the default or not.
Currently, we cannot distinguish whether we set any flags as explicit or by default. For this, I think, we may consider using a new API field in the [Value](https://github.com/alecthomas/kong/blob/a9be85c4d3d674b9bc993a954861e674372cf7db/model.go#L231) struct...