Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kubermatic-bot committed Dec 20, 2024
1 parent 55ea605 commit 3aea260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 3aea260

Please sign in to comment.