Skip to content

Commit 52b12e7

Browse files
committed
fix(kubevirt): Highlight Fedora is used as the default workload
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
1 parent 8e81e5c commit 52b12e7

File tree

1 file changed

+1
-1
lines changed
  • pkg/toolsets/kubevirt/vm/create

1 file changed

+1
-1
lines changed

pkg/toolsets/kubevirt/vm/create/tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func Tools() []api.ServerTool {
3737
},
3838
"workload": {
3939
Type: "string",
40-
Description: "The workload for the VM. Accepts OS names (e.g., 'fedora', 'ubuntu', 'centos', 'centos-stream', 'debian', 'rhel', 'opensuse', 'opensuse-tumbleweed', 'opensuse-leap') or full container disk image URLs",
40+
Description: "The workload for the VM. Accepts OS names (e.g., 'fedora' (default), 'ubuntu', 'centos', 'centos-stream', 'debian', 'rhel', 'opensuse', 'opensuse-tumbleweed', 'opensuse-leap') or full container disk image URLs",
4141
Examples: []interface{}{"fedora", "ubuntu", "centos", "debian", "rhel", "quay.io/containerdisks/fedora:latest"},
4242
},
4343
"instancetype": {

0 commit comments

Comments
 (0)