Results 61 issues of Hasan Turken

### Description of your changes This PR adds a flag for Management Policies (a.k.a.) [Observe Only resources](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md#observe-only-resources). Please note, this PR does not cover representing the full state at status.atProvider...

### What problem are you facing? With the recent design for Observe Only resource, we expect to have the full state under `status.atProvider`, i.e. `status.atProvider` should be superset of `spec.forProvider`....

enhancement

### What problem are you facing? We need to add support for [Observe Only resources](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md#observe-only-resources). See this PR as an example: https://github.com/crossplane-contrib/provider-gcp/pull/503 ### How could Crossplane help solve your problem?...

enhancement

### What problem are you facing? With https://github.com/crossplane/crossplane-runtime/pull/372, we have introduced a DesiredStateChanged to the xp runtime, which would filter out status update events. We need to add this as...

enhancement
good first issue

### Description of your changes This PR introduces the capability of watching referenced or managed Kubernetes resources as an "alpha feature". When provider started with `--enable-watches` argument, it will be...

### What happened? During scalability testing efforts leading https://github.com/crossplane-contrib/provider-kubernetes/pull/203, I noticed that the controller runtime metrics like `workqueue_depth` and `workqueue_queue_duration_seconds` are not accurate or not reflecting the state of the...

bug
metrics
observability
stale
exempt-from-stale

### What problem are you facing? We need an alternative to `kubebuilder create API ...` commands for Crossplane providers. From https://crossplane.io/docs/v1.8/contributing/provider_development_guide.html#defining-resource-kinds > Note that while Crossplane was originally derived from...

enhancement

Adds conformance results for provider gcp v0.17.1 against Crossplane v1.2

Adds conformance results for provider helm v0.7.2 against Crossplane v1.2 Resolves #18 Signed-off-by: Hasan Turken

[provider-helm](https://github.com/crossplane-contrib/provider-helm) is a Crossplane Provider that enables deployment and management of Helm Releases on Kubernetes clusters typically provisioned by Crossplane.