Andrea Peruffo

Results 83 issues of Andrea Peruffo

## Bug Report When the deserialization of the CR fails the operator should go into the error state (eventually retry the reconcile loop and possibly update the status with the...

A controller can define additional eventSources as shown e.g. [here](https://github.com/java-operator-sdk/java-operator-sdk/blob/29b05468b5f439473e750a5080428446bf4c1219/sample-operators/tomcat-operator/src/main/java/io/javaoperatorsdk/operator/sample/TomcatReconciler.java#L54) there are 2 improvements we can investigate: - the watched resource should be easily accessible in the reconcile loop -...

kind/feature
feature

Just find this repo, I think you can at least mention this project: https://github.com/unicredit/sbt-swagger-codegen

## Description Resolves #4224 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Feature (non-breaking change which adds functionality) - [ ]...

Creating as draft as it needs first: https://github.com/Apicurio/apicurio-codegen/pull/38 The resulting "release" looks as follows: https://github.com/andreaTP/openapi-cli-gen-ci-poc/releases/tag/0.0.3-SNAPSHOT Each client `.zip` file contains the sources for the target language/framework as emitted by `openapi-generator`

### Short description The Kubernetes Lease is created only during a real split-brain. In case of a misconfiguration in the cluster(e.g. missing CRD) a user will discover that it's not...

help wanted
1 - triaged

https://github.com/kubernetes-sigs/krew/

After https://github.com/fabric8io/kubernetes-client/pull/2923 is merged we should remove: https://github.com/lightbend/cloudflow/pull/994/files#diff-40956d8ac7d4d00cf27276a84e06754abb8e99102736c82900208ce35db46a30

That information is out of date and needs to be fixed: https://github.com/lightbend/cloudflow/tree/master/core#publishing-a-development-build

Currently, we build the entire Streamlet Docker image in the same Dockerfile ( [ref](https://github.com/lightbend/cloudflow/blob/fbe2d7d6fe2ee73b001a4e62dc5c9f266a1db53e/core/sbt-cloudflow/src/main/scala/cloudflow/sbt/CloudflowAkkaPlugin.scala#L69-L101) ). This is sub-optimal in regards to caching and "final image size". To improve this aspect...