From 64a0a3e5fe6e38c92ef0c1c657ebc1cb03c99aad Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Tue, 23 Oct 2018 16:08:57 -0400 Subject: [PATCH] Update libvirt cluster-api provider config version With the move to the kubebuilder CRD based cluster-api components, the API version for the libvirt provider config subresources has changed to: libvirtproviderconfig.k8s.io/v1alpha1 --- pkg/asset/machines/libvirt/master.go | 2 +- pkg/asset/machines/libvirt/worker.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/asset/machines/libvirt/master.go b/pkg/asset/machines/libvirt/master.go index 95ac6d2b185..f63fbe66abb 100644 --- a/pkg/asset/machines/libvirt/master.go +++ b/pkg/asset/machines/libvirt/master.go @@ -36,7 +36,7 @@ items: spec: providerConfig: value: - apiVersion: libvirtproviderconfig/v1alpha1 + apiVersion: libvirtproviderconfig.k8s.io/v1alpha1 kind: LibvirtMachineProviderConfig domainMemory: 2048 domainVcpu: 2 diff --git a/pkg/asset/machines/libvirt/worker.go b/pkg/asset/machines/libvirt/worker.go index ad20b8e0d31..c2748c5abcf 100644 --- a/pkg/asset/machines/libvirt/worker.go +++ b/pkg/asset/machines/libvirt/worker.go @@ -43,7 +43,7 @@ spec: spec: providerConfig: value: - apiVersion: libvirtproviderconfig/v1alpha1 + apiVersion: libvirtproviderconfig.k8s.io/v1alpha1 kind: LibvirtMachineProviderConfig domainMemory: 2048 domainVcpu: 2