@@ -44,7 +44,6 @@ import (
4444 eksclusterclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/ekscluster"
4545 eksnodepoolclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/ekscluster/nodepool"
4646 inspectionsclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/inspections"
47- integrationclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/integration"
4847 kubeconfigclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/kubeconfig"
4948 secretclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/kubernetessecret"
5049 secretexportclient "github.com/vmware/terraform-provider-tanzu-mission-control/internal/client/kubernetessecret/secretexport"
@@ -117,7 +116,6 @@ func newHTTPClient(httpClient *transport.Client) *TanzuMissionControl {
117116 WorkspacePolicyResourceService : policyworkspaceclient .New (httpClient ),
118117 OrganizationPolicyResourceService : policyorganizationclient .New (httpClient ),
119118 CredentialResourceService : credentialclient .New (httpClient ),
120- IntegrationResourceService : integrationclient .New (httpClient ),
121119 ClusterContinuousDeliveryResourceService : continuousdeliveryclusterclient .New (httpClient ),
122120 ClusterGitRepositoryResourceService : gitrepositoryclusterclient .New (httpClient ),
123121 ClusterKustomizationResourceService : kustomizationclusterclient .New (httpClient ),
@@ -182,7 +180,6 @@ type TanzuMissionControl struct {
182180 WorkspacePolicyResourceService policyworkspaceclient.ClientService
183181 OrganizationPolicyResourceService policyorganizationclient.ClientService
184182 CredentialResourceService credentialclient.ClientService
185- IntegrationResourceService integrationclient.ClientService
186183 ClusterContinuousDeliveryResourceService continuousdeliveryclusterclient.ClientService
187184 ClusterGitRepositoryResourceService gitrepositoryclusterclient.ClientService
188185 ClusterKustomizationResourceService kustomizationclusterclient.ClientService
0 commit comments