Tags: operator-framework/java-operator-sdk
Tags
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>
fix: infinite resource updates due to canonical format conversion of … …resource requirements (#2568) * refactor: clean up SSABasedGenericKubernetesResourceMatcher Signed-off-by: David Sondermann <david.sondermann@hivemq.com> * test: add missing tests for StatefulSet with VolumeClaimTemplates for SSABasedGenericKubernetesResourceMatcher Signed-off-by: David Sondermann <david.sondermann@hivemq.com> * fix: Fix infinite resource updates due to canonical format conversion of resource requirements Signed-off-by: David Sondermann <david.sondermann@hivemq.com> * test: Add test cases with init containers to ResourceRequirementsSanitizerTest Signed-off-by: David Sondermann <david.sondermann@hivemq.com> * refactor: fix import order Signed-off-by: David Sondermann <david.sondermann@hivemq.com> --------- Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
refactor: make shouldUseSSA work with types instead of instances + te… …sts (#2538) * refactor: make shouldUseSSA work with types instead of instances + tests Signed-off-by: Chris Laprun <claprun@redhat.com> * fix: shouldUseSSA should also work with unmanaged configuration Signed-off-by: Chris Laprun <claprun@redhat.com> --------- Signed-off-by: Chris Laprun <claprun@redhat.com>
PreviousNext