Skip to content

Commit

Permalink
move topologymutation below handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 5, 2024
1 parent b10248f commit a372845
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/extension/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import (

infrav1 "sigs.k8s.io/cluster-api-provider-vsphere/apis/v1beta1"
vmwarev1 "sigs.k8s.io/cluster-api-provider-vsphere/apis/vmware/v1beta1"
"sigs.k8s.io/cluster-api-provider-vsphere/test/extension/topologymutation"
"sigs.k8s.io/cluster-api-provider-vsphere/test/extension/handlers/topologymutation"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion test/extension/tilt-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image: gcr.io/k8s-staging-capi-vsphere/cluster-api-test-extension
live_reload_deps:
- main.go
- controllers
- handlers
label: CAPV_EXTENSION
additional_resources:
- config/tilt/extensionconfig.yaml

0 comments on commit a372845

Please sign in to comment.