News

Java Operator SDK is a production-ready framework that makes implementing Kubernetes Operators in Java easy. It provides a controller runtime, support for testing operators, and related tooling. In ...
# 1) Scaffold the projects. ./scripts/bump.sh operator-v1 ./scripts/bump.sh operator-v2 ./scripts/bump.sh operator-v2-with-tests # 2) Test that the new version works (for each folder: operator-v1, ...
The Diamond Operator reduces some of Java’s verbosity surrounding generics by having the compiler infer parameter types for constructors of generic classes.