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

Operator SDK Java Plugin

Results 11 java-operator-plugins issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

needs-rebase
dependencies

We might need to release the java-operator-plugins. It's been a while since we did the release of **java-operator-plugins**.

## Feature Request As it's easy to get the code generation wrong, it would be interesting to be able to automatically check it using tests, in particular to make sure...

priority/important-soon
infrastructure

## Feature Request #### Describe the problem you need a feature to resolve. Create test cases that will verify changes in scaffolding through `testdata` #### Describe the solution you'd like....

`target/kubernetes/kubernetes.yml` file got generated from the quarkus extension. The ServiceAccount created does not have any namespace that's why it gets created in the `default` namespace. As RoleBinding does not have...

## Feature Request #### Describe the problem you need a feature to resolve. When running `make bundle` in the Java plugins there is no prompts to fill out the CSV....

language/java

## Feature Request #### Describe the problem you need a feature to resolve. It seems the only way to use this is to rely on some additional Quarkus boilerplate (at...

priority/important-soon

## Bug Report #### What did you do? Followed below steps 1. I set size in 5 in CR --> deployment size is 5 --> 5 pods 2. I manually...

kind/bug

This will fix https://github.com/operator-framework/operator-sdk/issues/6645. We should deprecate the plugin nevertheless before we remove it from operator-sdk. But it will be up to @metacosm, I think I can keep this running...