Tags: operator-framework/java-operator-sdk
Tags
improve: add InformerEventSourceConfiguration withNamespaces overload… …ed version (#2817) Signed-off-by: Attila Mészáros <[email protected]> Signed-off-by: Chris Laprun <[email protected]> Co-authored-by: Chris Laprun <[email protected]>
docs: document annotation-based dependent resource configuration (#2809) * docs: document annotation-based dependent resource configuration Fixes #2791 Signed-off-by: Chris Laprun <[email protected]> * fix: remove now unneeded interface Signed-off-by: Chris Laprun <[email protected]> * docs: expand KubernetesDependentResource example Signed-off-by: Chris Laprun <[email protected]> --------- Signed-off-by: Chris Laprun <[email protected]>
fix: apiVersion match for standard K8s resources (#2724) The HasMetadata.getApiVersion(primaryResourceType) method return "/v1" for the ConfigMap type. Since the K8s owner reference uses "v1" instead, the secondary resource of a primary ConfigMap will not be tracked correctly. Proposed fix for #2723 Signed-off-by: Mathias Nicolajsen Kjaergaard <[email protected]>
fix: release process of bootstrapper (#2678) * fix: release process of bootstrapper Signed-off-by: Attila Mészáros <[email protected]> * format Signed-off-by: Attila Mészáros <[email protected]> --------- Signed-off-by: Attila Mészáros <[email protected]>
fix: leader election e2e test (#2655) Signed-off-by: Attila Mészáros <[email protected]>
fix: release action for v5 (#2623) Signed-off-by: Attila Mészáros <[email protected]>
Method signature mismatched with javadoc and implementation (#2587) * refactor: add unit tests for DefaultManagedDependentResourceContext Signed-off-by: Robert Young <[email protected]> * fix: implementation of put should return value instead of Optional Signed-off-by: Chris Laprun <[email protected]> * fix: update test name Signed-off-by: Robert Young <[email protected]> --------- Signed-off-by: Robert Young <[email protected]> Signed-off-by: Chris Laprun <[email protected]> Co-authored-by: Chris Laprun <[email protected]>
PreviousNext