kustomize-controller/internal/controller
cappyzawa 8479377cd7
Add regression test for multiple patch delete in strategic merge patches
This test ensures that the controller properly handles multiple
$patch: delete directives in strategic merge patches, which was
causing panic errors in kustomize v5.6.0 but is now fixed in v5.7.0.

The test includes two scenarios:
- Multiple delete directives in a single patch (the main fix)
- Multiple delete directives in separate patches (previously a workaround)

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
2025-06-29 15:38:51 +09:00
..
testdata Add test for RESTMapper with CRD/CR 2025-02-25 13:34:57 +02:00
constants.go Add OCI revision to events 2025-01-22 08:03:14 +00:00
kustomization_acl_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_configuration_error_test.go [RFC-0010] Introduce feature gate 2025-05-19 14:18:35 +01:00
kustomization_controller.go Update controller to OCIRepository v1 (GA) 2025-05-28 13:24:44 +03:00
kustomization_controller_test.go Add test for Namespace custom resource 2023-11-30 10:41:51 +02:00
kustomization_decryptor_test.go Added decryption of patches and components. 2024-12-04 10:06:19 +02:00
kustomization_deletion_policy_test.go Implement waiting for termination at finalization 2025-05-13 13:36:54 +03:00
kustomization_dependson_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_disallowed_managers_test.go Setup field for manager overrides on KustomizationReconciler struct and build up the disallow list to include these 2023-11-28 08:22:26 +00:00
kustomization_fetcher_test.go Rename `controllers` to `controller` 2023-07-04 11:35:55 +03:00
kustomization_force_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_fuzzer_test.go [RFC-0009] Add CEL custom healthchecks 2025-01-31 14:27:31 +00:00
kustomization_impersonation_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_indexers.go misc: fix hypothetical implicit memory aliasing 2023-10-12 12:34:25 +02:00
kustomization_inventory_test.go Update controller to Kustomize v5.2.1 2023-11-20 14:35:20 +02:00
kustomization_origin_revision_test.go Add OCI revision to events 2025-01-22 08:03:14 +00:00
kustomization_patch_delete_test.go Add regression test for multiple patch delete in strategic merge patches 2025-06-29 15:38:51 +09:00
kustomization_prune_test.go Rename `controllers` to `controller` 2023-07-04 11:35:55 +03:00
kustomization_transformer_test.go Implement name prefix/suffix transformers 2024-04-09 15:01:35 +03:00
kustomization_validation_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_varsub_test.go Refer condition type constants from pkg 2024-04-23 09:56:16 -05:00
kustomization_wait_test.go Add test for RESTMapper with CRD/CR 2025-02-25 13:34:57 +02:00
source_predicate.go Rename `controllers` to `controller` 2023-07-04 11:35:55 +03:00
suite_test.go Update controller to OCIRepository v1 (GA) 2025-05-28 13:24:44 +03:00
utils.go Exclude skipped resources from apply events 2023-07-06 10:38:12 +03:00