Skip to content
This repository was archived by the owner on Aug 10, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# gitleaks allowlist — VERIFIED FALSE POSITIVES (2026-08-03). testdata/ fixtures — example keys, not live credentials.
# Precise fingerprints only; new/real secrets in these files are still caught.
b8448faf89f763a3493a5c6378c491b2bc563fb4:testdata/rest/azuredevops-test/descriptors.yaml:generic-api-key:14
b8448faf89f763a3493a5c6378c491b2bc563fb4:testdata/rest/azuredevops/descriptors.yaml:generic-api-key:14
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/krateoplatformops/rest-dynamic-controller
module github.com/krateo-platformops/rest-dynamic-controller

Check failure on line 1 in go.mod

View check run for this annotation

GitHub Advanced Security / Trivy

github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input

Package: github.com/buger/jsonparser Installed Version: v1.1.1 Vulnerability CVE-2026-32285 Severity: HIGH Fixed Version: 1.1.2 Link: [CVE-2026-32285](https://avd.aquasec.com/nvd/cve-2026-32285)

Check failure on line 1 in go.mod

View check run for this annotation

GitHub Advanced Security / Trivy

A norm.Iter can enter an infinite loop when handling input containing ...

Package: golang.org/x/text Installed Version: v0.37.0 Vulnerability CVE-2026-56852 Severity: HIGH Fixed Version: 0.39.0 Link: [CVE-2026-56852](https://avd.aquasec.com/nvd/cve-2026-56852)

Check failure on line 1 in go.mod

View check run for this annotation

GitHub Advanced Security / Trivy

gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities

Package: google.golang.org/grpc Installed Version: v1.81.1 Vulnerability GHSA-hrxh-6v49-42gf Severity: HIGH Fixed Version: 1.82.1 Link: [GHSA-hrxh-6v49-42gf](https://github.com/advisories/GHSA-hrxh-6v49-42gf)

Check notice on line 1 in go.mod

View check run for this annotation

GitHub Advanced Security / Trivy

Parsing an invalid SVCB or HTTPS RR can panic when the size of a param ...

Package: golang.org/x/net Installed Version: v0.55.0 Vulnerability CVE-2026-46600 Severity: UNKNOWN Fixed Version: 0.56.0 Link: [CVE-2026-46600](https://avd.aquasec.com/nvd/cve-2026-46600)

go 1.25.6

Expand All @@ -8,8 +8,8 @@
github.com/gobuffalo/flect v1.0.3
github.com/google/go-cmp v0.7.0
github.com/itchyny/gojq v0.12.19
github.com/krateoplatformops/plumbing v1.12.0
github.com/krateoplatformops/unstructured-runtime v1.0.0
github.com/krateo-platformops/plumbing v1.13.0
github.com/krateo-platformops/unstructured-runtime v1.4.0
github.com/pb33f/libopenapi v0.28.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
Expand Down Expand Up @@ -107,7 +107,3 @@
)

replace github.com/pb33f/libopenapi => github.com/krateoplatformops/libopenapi v0.21.8

replace github.com/krateoplatformops/unstructured-runtime => github.com/braghettos/unstructured-runtime v1.3.4

replace github.com/krateoplatformops/plumbing => github.com/braghettos/plumbing v1.12.0
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/braghettos/plumbing v1.12.0 h1:vyjqU93p1voUe2UhXgZ7ydbBTBFqFlnzzrgBSDQh0IM=
github.com/braghettos/plumbing v1.12.0/go.mod h1:X6uMFezAgVRmJKZLnyyGpr8uhQJaWEvjQjAGo1Bo24Q=
github.com/braghettos/unstructured-runtime v1.3.4 h1:sw4rpkgssUelxEMxlj3H7Z/LtJSWlUvk+fM2iElTHng=
github.com/braghettos/unstructured-runtime v1.3.4/go.mod h1:ETCI+C+kE++D9SsOOWIzxUBbfaffpovxvJSaPGBJfhE=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
Expand Down Expand Up @@ -86,6 +82,10 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/krateo-platformops/plumbing v1.13.0 h1:h3ltdbLMMIuWYXq9UQzPauyYvWz+LuiQE9PX7mb9DbE=
github.com/krateo-platformops/plumbing v1.13.0/go.mod h1:FYJLKz/CWvDs6tnmsAV5GXRv8DGHKwiIYpN7gdRym2s=
github.com/krateo-platformops/unstructured-runtime v1.4.0 h1:FP8X8y7I/IpUbS0M6rPmujGxgmpxG4DAqR5rLw84na4=
github.com/krateo-platformops/unstructured-runtime v1.4.0/go.mod h1:k1SGfmUCpHQ511dw2kQ61q7ipYvs/0tnYsYUpr2Dpyo=
github.com/krateoplatformops/libopenapi v0.21.8 h1:KKZxXBqkXoWv+/+bVLQiiRZXxHY1Zz+0Yd+ht+ArqWE=
github.com/krateoplatformops/libopenapi v0.21.8/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down
14 changes: 7 additions & 7 deletions internal/controllers/async_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"net/http"
"strings"

"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/async"
restclient "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/pathparsing"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/async"
restclient "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/pathparsing"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
8 changes: 4 additions & 4 deletions internal/controllers/async_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"net/http"
"testing"

stringset "github.com/krateoplatformops/rest-dynamic-controller/internal/text"
restclient "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
stringset "github.com/krateo-platformops/rest-dynamic-controller/internal/text"
restclient "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand Down
24 changes: 12 additions & 12 deletions internal/controllers/async_requeue.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ import (
"net/http"
"strings"

"github.com/krateoplatformops/plumbing/kubeutil/event"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/async"
restclient "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateoplatformops/unstructured-runtime/pkg/controller"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
"github.com/krateo-platformops/plumbing/kubeutil/event"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/async"
restclient "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateo-platformops/unstructured-runtime/pkg/controller"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/types"
Expand Down
4 changes: 2 additions & 2 deletions internal/controllers/async_requeue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"testing"

"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/async"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/async"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/condition/condition.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package condition

import (
"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/condition/condition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down
4 changes: 2 additions & 2 deletions internal/controllers/existence.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"strings"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/jqengine"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/jqengine"
)

// notFoundBodyForAction returns the NotFoundBody predicate declared on the verb matching action, or nil.
Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/existence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"testing"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
10 changes: 5 additions & 5 deletions internal/controllers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package restResources
import (
"fmt"

"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/comparison"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/deepcopy"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/pathparsing"
unstructuredtools "github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/comparison"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/deepcopy"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/pathparsing"
unstructuredtools "github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package restResources
import (
"testing"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"

"github.com/google/go-cmp/cmp"
Expand Down
12 changes: 6 additions & 6 deletions internal/controllers/mutate_restaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"net/http"
"strings"

restclient "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
restclient "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/controllers/mutate_restaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package restResources
import (
"testing"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/stretchr/testify/assert"
)

Expand Down
16 changes: 8 additions & 8 deletions internal/controllers/observe_restaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"context"
"fmt"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/pathparsing"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateoplatformops/unstructured-runtime/pkg/controller"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/pathparsing"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateo-platformops/unstructured-runtime/pkg/controller"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
30 changes: 15 additions & 15 deletions internal/controllers/restResources.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ import (
"net/http"
"strings"

"github.com/krateoplatformops/plumbing/kubeutil/event"
customcondition "github.com/krateoplatformops/rest-dynamic-controller/internal/controllers/condition"
restclient "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateoplatformops/unstructured-runtime/pkg/controller"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
"github.com/krateoplatformops/unstructured-runtime/pkg/meta"
"github.com/krateoplatformops/unstructured-runtime/pkg/pluralizer"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
"github.com/krateo-platformops/plumbing/kubeutil/event"
customcondition "github.com/krateo-platformops/rest-dynamic-controller/internal/controllers/condition"
restclient "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/apiaction"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/client/builder"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/snowplow"
"github.com/krateo-platformops/unstructured-runtime/pkg/controller"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"github.com/krateo-platformops/unstructured-runtime/pkg/meta"
"github.com/krateo-platformops/unstructured-runtime/pkg/pluralizer"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools"
unstructuredtools "github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/discovery"
Expand Down
18 changes: 9 additions & 9 deletions internal/controllers/restResources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ import (
"k8s.io/client-go/dynamic"

"github.com/gobuffalo/flect"
customcondition "github.com/krateoplatformops/rest-dynamic-controller/internal/controllers/condition"
getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
customcondition "github.com/krateo-platformops/rest-dynamic-controller/internal/controllers/condition"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"

"github.com/krateoplatformops/unstructured-runtime/pkg/controller"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
"github.com/krateoplatformops/unstructured-runtime/pkg/pluralizer"
unstructuredtools "github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateoplatformops/unstructured-runtime/pkg/tools/unstructured/condition"
"github.com/krateo-platformops/unstructured-runtime/pkg/controller"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
"github.com/krateo-platformops/unstructured-runtime/pkg/pluralizer"
unstructuredtools "github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured"
"github.com/krateo-platformops/unstructured-runtime/pkg/tools/unstructured/condition"

"github.com/krateoplatformops/plumbing/e2e"
xenv "github.com/krateoplatformops/plumbing/env"
"github.com/krateo-platformops/plumbing/e2e"
xenv "github.com/krateo-platformops/plumbing/env"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime/schema"
Expand Down
6 changes: 3 additions & 3 deletions internal/controllers/secretrbac_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"
"fmt"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/secretrbac"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/fieldmapping"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/secretrbac"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/types"
)
Expand Down
4 changes: 2 additions & 2 deletions internal/controllers/secretrbac_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"encoding/base64"
"testing"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/unstructured-runtime/pkg/logging"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/unstructured-runtime/pkg/logging"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
Expand Down
6 changes: 3 additions & 3 deletions internal/tools/async/async.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"strings"
"time"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/jqengine"
"github.com/krateoplatformops/rest-dynamic-controller/internal/tools/pathparsing"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/jqengine"
"github.com/krateo-platformops/rest-dynamic-controller/internal/tools/pathparsing"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/tools/async/async_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

getter "github.com/krateoplatformops/rest-dynamic-controller/internal/tools/definitiongetter"
getter "github.com/krateo-platformops/rest-dynamic-controller/internal/tools/definitiongetter"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
Loading
Loading