crossplane/internal/controller/apiextensions/composite
Nic Cope 1b58adf556 Bump golangci-lint
Most of this diff is just renaming unused arguments to _.

I believe golint used to enforce this. It was then abandoned, and we
ended up with a mix of using _ and not using it. The revive linter now
catches this, so we can be consistent.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-02-13 11:31:05 -08:00
..
api.go k8s API sets the default value of XR `.spec.compositionUpdatePolicy` field 2023-10-30 15:10:32 +01:00
api_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
composed.go Add a 'ready' field to resources 2023-09-11 12:43:47 -07:00
composite.go Implement support for v1beta1 Composition Functions 2023-09-11 12:43:46 -07:00
composition_functions.go fix(functions): unique field owners to prevent hijacking composed resources 2024-01-25 10:26:36 +00:00
composition_functions_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
composition_patches.go feat: composition's environment logical validation 2023-05-16 13:37:07 +02:00
composition_patches_test.go Replace deprecated k8s.io/utils/pointer with ptr 2023-10-16 19:48:23 +02:00
composition_pt.go Use `NameGenerator` for composite name generation 2023-11-28 16:16:22 +01:00
composition_pt_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
composition_render.go Version of composed resource could change 2024-02-12 13:48:04 +03:00
composition_render_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
composition_transforms.go feat(transform): Support string joining arrays 2024-01-23 19:37:36 +01:00
composition_transforms_test.go feat(transform): Support string joining arrays 2024-01-23 19:37:36 +01:00
connection.go Implement support for v1beta1 Composition Functions 2023-09-11 12:43:46 -07:00
connection_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
environment_fetcher.go feat(environment): Environment init data 2023-09-05 22:34:57 +02:00
environment_fetcher_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
environment_selector.go fix(environment): avoid out of bound on maxMatch greater than matches 2023-12-13 20:17:03 +01:00
environment_selector_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
fuzz_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00
merge.go s/interface{}/any/g 2022-07-21 21:45:06 -07:00
merge_test.go Switch to the crossplane-runtime pkg/errors library 2021-09-13 22:06:19 +00:00
ready.go Replace deprecated k8s.io/utils/pointer with ptr 2023-10-16 19:48:23 +02:00
ready_test.go Replace deprecated k8s.io/utils/pointer with ptr 2023-10-16 19:48:23 +02:00
reconciler.go Remove note about Composer not changing the XR 2024-02-05 13:15:26 -08:00
reconciler_test.go Bump golangci-lint 2024-02-13 11:31:05 -08:00