File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Java Operator SDK is a production-ready framework for building Kubernetes Operat
2525java-operator-sdk/
2626├── operator-framework-core/ # Core reconciliation engine and API
2727├── operator-framework/ # Main operator framework implementation
28- ├── operator-framework-junit5 / # Testing utilities and extensions
28+ ├── operator-framework-junit / # Testing utilities and extensions
2929├── operator-framework-bom/ # Bill of Materials for dependency management
3030├── micrometer-support/ # Metrics integration
3131├── open-telemetry-support/ # Distributed tracing support
@@ -121,7 +121,7 @@ java-operator-sdk/
121121
122122### Integration Tests
123123
124- - Use ` LocallyRunOperatorExtension ` or ` OperatorExtension ` from ` operator-framework-junit5 `
124+ - Use ` LocallyRunOperatorExtension ` or ` OperatorExtension ` from ` operator-framework-junit `
125125- Test against real Kubernetes API (typically via test cluster like minikube or kind)
126126- Suffix with ` IT ` (e.g., ` MyReconcilerIT ` )
127127- Located in ` src/test/java `
You can’t perform that action at this time.
0 commit comments