java-operator-sdk
java-operator-sdk copied to clipboard
Java SDK for building Kubernetes Operators
Changes in generic matcher and updater open up the possibility that resources being cloned via the configured `Cloner` might be serialized differently after being processed by the generic updater. While...
This popped up lately, on a discussion of workflows it is very confusing that it is not in the domain language here: https://github.com/java-operator-sdk/java-operator-sdk/blob/2fda82bca69fc2ea798171aaacd7d4e87ea9188b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java#L105-L105 would be good to rename that attribute...
Bumps `log4j.version` from 2.22.1 to 2.23.0. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j2-core` from 2.22.1 to 2.23.0 Dependabot will resolve any conflicts with...
**!! DON'T MERGE !!** The goal of this PR is to test the framework with the most recent version of fabric8 client. Will make a daily release of the snapshot...
Hello, We're deploying an Operator, our Reconciler uses standalone dependent resources and implements the `EventSourceInitializer` interface. We get the following error in the logs upon startup: ```(java) 2024-02-14 16:24:50.676 WARN...
## Bug Report #### What did you do? I'm using `josdk-spring-boot-starter` to build an operator with a managed dependent resource, something similar to this [example](https://github.com/operator-framework/java-operator-sdk/blob/876fa56c3bb72da7363e2547d5dc17b6ada6f9b3/sample-operators/webpage/src/main/java/io/javaoperatorsdk/operator/sample/WebPageManagedDependentsReconciler.java#L18). When I inject a spring...