Tags: operator-framework/java-operator-sdk
Tags
docs: document annotation-based dependent resource configuration (#2809) * docs: document annotation-based dependent resource configuration Fixes #2791 Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: remove now unneeded interface Signed-off-by: Chris Laprun <claprun@redhat.com> * docs: expand KubernetesDependentResource example Signed-off-by: Chris Laprun <claprun@redhat.com> --------- Signed-off-by: Chris Laprun <claprun@redhat.com>
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 <mnk@mnk.dk>
fix: release process of bootstrapper (#2678) * fix: release process of bootstrapper Signed-off-by: Attila Mészáros <a_meszaros@apple.com> * format Signed-off-by: Attila Mészáros <a_meszaros@apple.com> --------- Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Method signature mismatched with javadoc and implementation (#2587) * refactor: add unit tests for DefaultManagedDependentResourceContext Signed-off-by: Robert Young <robeyoun@redhat.com> * fix: implementation of put should return value instead of Optional Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: update test name Signed-off-by: Robert Young <robeyoun@redhat.com> --------- Signed-off-by: Robert Young <robeyoun@redhat.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <claprun@redhat.com>
PreviousNext