Alper Rifat Ulucinar

Results 33 issues of Alper Rifat Ulucinar

### What problem are you facing? Previously in https://github.com/crossplane/terrajet/issues/47, #2649 and https://github.com/kubernetes/kubernetes/issues/105932, we have observed high resource consumption in the Kubernetes API Server when over 500 CRDs are installed. Especially...

enhancement

**Is your feature request related to a problem?** Similar to being able to ignore certain resources or field paths during code generation by specifying them under `ignore.resource_names` or `ignore.field_paths` in...

enhancement
code generator
Crossplane
lifecycle/frozen

### How could Terrajet help solve your problem? We would like to describe and track results of scalability experiments for Terrajet-based providers in something similar to one-pager in Terrajet repo...

enhancement
wontfix
beta

### What problem are you facing? ### How could Terrajet help solve your problem? Initially, we were using the main Terraform configuration file `main.tf.json` to specify provider credentials in a...

enhancement
wontfix

### What problem are you facing? Currently we only generate one version of a given resource with Terrajet as discussed in #212. We had better clarify the current upgrade approach...

enhancement
wontfix

### What problem are you facing? While working on #48, we have seen utility in extracting metadata from the Terraform Registry for tasks such as: - Example manifest generation -...

enhancement
wontfix

### What problem are you facing? Because we set the `prevent_destroy` lifecycle meta-argument, if a Terraform configuration argument with [`Schema.ForceNew`](https://github.com/hashicorp/terraform-plugin-sdk/blob/51988f7bfcc3d34a6383291d7b0741f47764c5b5/helper/schema/schema.go#L180) set to `true` in its schema is modified, `terraform plan`...

enhancement
wontfix

### What problem are you facing? For certain Terraform resources like Azure's PostgreSQL server configuration, we should not be including the `lifecycle.prevent_destroy` meta-arg in order to properly implement updates. Refer...

enhancement

### Description of your changes Fixes #48 This PR adds an example manifest generation pipeline. The example manifests are scraped from Terraform registry. I have: - [x] Read and followed...

### What problem are you facing? We have recently encountered an issue with a Crossplane composition that patches the selector field of an array item. Crossplane [does a merge patch](https://github.com/crossplane/crossplane-runtime/blob/619edbacb81eb9b4ccb6a5a7ba8f07d74cc07dc9/pkg/resource/api.go#L157),...

enhancement