Skip to content

Commit af6f63f

Browse files
authored
Merge pull request #8 from SUSE/PLAT-1431-rename-rke2-mig-partitions
Rename rke2-mig-partitions back to pod-mig-partitions
2 parents e917a91 + 7e4ad8d commit af6f63f

27 files changed

+5
-5
lines changed
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"log"
77
"os"
88

9-
"github.com/SUSE/openplatform-kubewarden-policies/policies/rke2-mig-partitions/internal/domain"
10-
"github.com/SUSE/openplatform-kubewarden-policies/policies/rke2-mig-partitions/internal/inbound"
9+
"github.com/SUSE/openplatform-kubewarden-policies/policies/pod-mig-partitions/internal/domain"
10+
"github.com/SUSE/openplatform-kubewarden-policies/policies/pod-mig-partitions/internal/inbound"
1111
)
1212

1313
func main() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/SUSE/openplatform-kubewarden-policies/policies/rke2-mig-partitions
1+
module github.com/SUSE/openplatform-kubewarden-policies/policies/pod-mig-partitions
22

33
go 1.22
44

policies/rke2-mig-partitions/internal/domain/resource.go renamed to policies/pod-mig-partitions/internal/domain/resource.go

File renamed without changes.

policies/rke2-mig-partitions/internal/domain/resource_test.go renamed to policies/pod-mig-partitions/internal/domain/resource_test.go

File renamed without changes.

0 commit comments

Comments
 (0)