From 3aea2609aef4681fa62820ee154d8a202eb6c26f Mon Sep 17 00:00:00 2001 From: Prow CI Robot Date: Fri, 20 Dec 2024 15:11:52 +0000 Subject: [PATCH] Syncing with kubermatic/kubeone@e924cd1e --- .../main/references/kubeone-cluster-v1beta2/_index.en.md | 3 ++- .../main/references/kubeone-cluster-v1beta3/_index.en.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/kubeone/main/references/kubeone-cluster-v1beta2/_index.en.md b/content/kubeone/main/references/kubeone-cluster-v1beta2/_index.en.md index 091e1459e..14e202d04 100644 --- a/content/kubeone/main/references/kubeone-cluster-v1beta2/_index.en.md +++ b/content/kubeone/main/references/kubeone-cluster-v1beta2/_index.en.md @@ -1,6 +1,6 @@ +++ title = "v1beta2 API Reference" -date = 2024-12-18T11:22:29+01:00 +date = 2024-12-20T14:29:10+01:00 weight = 11 +++ ## v1beta2 @@ -571,6 +571,7 @@ KubevirtSpec defines the Kubevirt provider | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | | infraNamespace | InfraNamespace is the namespace that KubeVirt provider will use to create and manage resources in the infra cluster, such as VirtualMachines, VirtualMachineInstances, etc... | string | false | +| infraClusterKubeconfig | InfraClusterKubeconfig is a base64-encoded kubeconfig file that points to a KubeVirt infra cluster (a cluster where KubeVirt is installed). This Kubeconfig will be used to create and manage KubeVirt specific resources such as DataVolumes. | string | false | [Back to Group](#v1beta2) diff --git a/content/kubeone/main/references/kubeone-cluster-v1beta3/_index.en.md b/content/kubeone/main/references/kubeone-cluster-v1beta3/_index.en.md index 4f89dc4c7..72ce8126f 100644 --- a/content/kubeone/main/references/kubeone-cluster-v1beta3/_index.en.md +++ b/content/kubeone/main/references/kubeone-cluster-v1beta3/_index.en.md @@ -1,6 +1,6 @@ +++ title = "v1beta3 API Reference" -date = 2024-12-18T11:22:29+01:00 +date = 2024-12-20T14:29:10+01:00 weight = 11 +++ ## v1beta3 @@ -573,6 +573,7 @@ KubevirtSpec defines the Kubevirt provider | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | | infraNamespace | InfraNamespace is the namespace that KubeVirt provider will use to create and manage resources in the infra cluster, such as VirtualMachines, VirtualMachineInstances, etc... | string | false | +| infraClusterKubeconfig | InfraClusterKubeconfig is a base64-encoded kubeconfig file that points to a KubeVirt infra cluster (a cluster where KubeVirt is installed). This Kubeconfig will be used to create and manage KubeVirt specific resources such as DataVolumes. | string | false | [Back to Group](#v1beta3)