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

hopefully this will reduce the duration of integration test runs

lifecycle/stale

lifecycle/stale
needs-rebase
do-not-merge/work-in-progress

It can be confusing that in the precondition there is `reconcile` included, this not really describes the deletion that happens if this condition does not hold. Maybe it should be...

kind/feature
api-changes-epic
workflows

Currently the name of the DependentResource is the name of the event source at the end. This might be nicer if the name can be provided explicitly.

Those should be always compared now based on the default updateMatcher implementation

kind/feature

## Bug Report #### What did you do? I've created a `class ADependent extends CRUDKubernetesDependentResource`. This class is registered at a reconciler class via annotation: `@Dependent(activationCondition = AlwaysFalseActivationCondition.class, type =...

dependent-resources-epic

If there are multiple resources of same type we use resource discriminators in Dependent Resources to identify the one that is managed by the dependent resource. Usually those discriminate by...

dependent-resources-epic

The current Jekyll template has more issue, it does not support links properly of sub section (and does not work sometimes), does not support sub section in menus, blog is...

webpage

## Bug Report #### What did you do? We create controller for cert-manager CertificateRequest CRD. Controller logic is based on CertificateRequest and namespace metadata in which CertificateRequest reside. That is...

## Feature request I have built a Kubernetes Operator based in Java Operator SDK v4.3.1 that handles a primary custom resource and several managed dependent resources. One of the dependent...