java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

Java SDK for building Kubernetes Operators

Results 275 java-operator-sdk issues
Sort by recently updated
recently updated
newest added

Requires https://github.com/fabric8io/kubernetes-client/pull/4412 - chore: update to SNAPSHOT version of fabric8 client - feat: enable configuring a handler to listen to informers stopping

TODO add integration test for related issue

## Bug Report Defining a `DependenResource` of type e.g. `Job` is slightly problematic at a first attempt. The reason is that the `Job` `.spec.template` field is immutable and any update...

The documentation regarding `DependentResource`s and `Workflow`s is pretty minimal and focuses on very very few examples close to "hello world". It would be nice to see more extensive examples covering...

documentation-epic

Hi team, we've successfully [implemented](https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/metrics/OperatorJosdkMetrics.java) and using the existing `Metrics` interface from JOSDK in the Flink Operator. Great job! We'd be happy to see a few more metrics and improvements...

Currently we rely on github-s release not generator. What does not seems to work if we don't merge the commits but just basically move the `ref` of main branch to...

github_actions

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. Commits 0614d46 prepare release 2.0.0 b1afcd0 javadoc edits 20cd3ad start work on 2.0.0-SNAPSHOT aeebb61 prepare release 2.0.0-beta1 1068cd0 javadoc changes 4e4e56a add CheckReturnValue annotation...

dependencies
java

- feat: improvements on caching and dependent resources - wip - fix - kubernetes dependent resource configuration - IT fix - fixed ITs - index based discriminator - IT fix...

**TL;DR**: *how to support a one-to-many relationship between primary to secondary resource, in which the secondary resource doesn't know which primary resources depends on it ?* Take the https://external-secrets.io operator...

- refactor: cleaner separation between instantiation and configuration - refactor: move instantiation functionality to Utils - refactor: unify context information creation, move it to Utils - refactor: improve getFirstTypeArgumentFromInterface -...