package
1.5.0-rc.1
Repository: https://github.com/kubevirt/kubevirt.git
Documentation: pkg.go.dev

# README

KubeVirt Root disk mutation hook sidecar

To use this hook, use following annotations:

annotations:
  # Request the hook sidecar
  hooks.kubevirt.io/hookSidecars: '[{"image": "registry:5000/kubevirt/example-disk-mutation-hook-sidecar:devel"}]'
  # Overwrite the disk image name
  diskimage.vm.kubevirt.io/bootImageName: "virt-disk.img"

# Functions