Skip to content

Commit

Permalink
change to use dynamic client
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Liu <[email protected]>
  • Loading branch information
XudongLiuHarold committed Jan 30, 2024
1 parent d0ef60c commit 503ec08
Show file tree
Hide file tree
Showing 86 changed files with 270 additions and 7,594 deletions.
4 changes: 2 additions & 2 deletions pkg/cloudprovider/vsphereparavirtual/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import (
"k8s.io/klog/v2"

vmopv1alpha1 "github.com/vmware-tanzu/vm-operator-api/api/v1alpha1"
vmopclient "k8s.io/cloud-provider-vsphere/pkg/cloudprovider/vsphereparavirtual/vmop/clientset/versioned"
vmopclient "k8s.io/cloud-provider-vsphere/pkg/cloudprovider/vsphereparavirtual/vmoperator/client"
"k8s.io/cloud-provider-vsphere/pkg/cloudprovider/vsphereparavirtual/vmservice"
)

type instances struct {
vmClient vmopclient.Interface
vmClient vmopclient.VmoperatorV1alpha1Interface
namespace string
}

Expand Down

This file was deleted.

113 changes: 0 additions & 113 deletions pkg/cloudprovider/vsphereparavirtual/vmop/applyconfiguration/utils.go

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 503ec08

Please sign in to comment.