jkube icon indicating copy to clipboard operation
jkube copied to clipboard

Build and Deploy java applications on Kubernetes

Results 358 jkube issues
Sort by recently updated
recently updated
newest added

### Description The following statements are reported as a code style issue: https://github.com/eclipse/jkube/blob/053e63e095222c26994984f73a4a4603f5489ef7/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/access/log/LogOutputSpecFactory.java#L31-L33 - [ ] should be changed to: ```java private final boolean useColor; private final boolean logStdout; private...

good first issue
first-timers-only
Hacktoberfest

### Description The following statements are reported as a code style issue: https://github.com/eclipse/jkube/blob/fe0a1d88ce6ac5f5e8f64d470c8a134f66b9bc60/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/service/MigrateService.java#L50-L51 - [ ] should be changed to: ```java private final File projectBasedir; private final KitLogger logger; ```...

good first issue
first-timers-only
Hacktoberfest

## Description Fixes #1815 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have read the [contributing guidelines](https://www.eclipse.org/jkube/contributing) - [x]...

Changed the field from private to final in migrate service

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

Changed the scope of fields in AuthConfigFactory to 'final' for issue: #1783

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

Signed-off-by: baruKreddy [[email protected]](mailto:[email protected]) Fixes https://github.com/eclipse/jkube/issues/1597 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) -...

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

Hey, I have made the mentioned changes in MigrateServices.java file. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change...