Skip to content

Commit

Permalink
crd, preservStaticIp is for all families, not only windows (#1021)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand authored Sep 10, 2024
1 parent d5bce55 commit cfe01ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/config/crd/bases/forklift.konveyor.io_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
its oVirt cluster.
type: boolean
preserveStaticIPs:
description: Preserve static IPs of VMs in vSphere (Windows only)
description: Preserve static IPs of VMs in vSphere
type: boolean
provider:
description: Providers.
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/forklift/v1beta1/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type PlanSpec struct {
Archived bool `json:"archived,omitempty"`
// Preserve the CPU model and flags the VM runs with in its oVirt cluster.
PreserveClusterCPUModel bool `json:"preserveClusterCpuModel,omitempty"`
// Preserve static IPs of VMs in vSphere (Windows only)
// Preserve static IPs of VMs in vSphere
PreserveStaticIPs bool `json:"preserveStaticIPs,omitempty"`
}

Expand Down

0 comments on commit cfe01ca

Please sign in to comment.