diff --git a/images/cnv_components_ssp-operator.png b/images/cnv_components_ssp-operator.png index 68166b451d..a57f9e3cc4 100644 Binary files a/images/cnv_components_ssp-operator.png and b/images/cnv_components_ssp-operator.png differ diff --git a/modules/virt-about-ssp-operator.adoc b/modules/virt-about-ssp-operator.adoc index 12b3498ca5..bc442f6551 100644 --- a/modules/virt-about-ssp-operator.adoc +++ b/modules/virt-about-ssp-operator.adoc @@ -15,6 +15,30 @@ image::cnv_components_ssp-operator.png[ssp-operator components] |=== |*Component* |*Description* -|`deployment/virt-template-validator` -|Checks `vm.kubevirt.io/validations` annotations on virtual machines created from templates, and rejects them if they are invalid. -|=== +|`deployment/create-vm-from-template` +| Creates a VM from a template. + +|`deployment/copy-template` +| Copies a VM template. + +|`deployment/modify-vm-template` +| Creates or removes a VM template. + +|`deployment/modify-data-object` +| Creates or removes data volumes or data sources. + +|`deployment/cleanup-vm` +| Runs a script or a command on a VM, then stops or deletes the VM afterward. + +|`deployment/disk-virt-customize` +| Runs a `customize` script on a target persistent volume claim (PVC) using `virt-customize`. + +|`deployment/disk-virt-sysprep` +| Runs a `sysprep` script on a target PVC by using `virt-sysprep`. + +|`deployment/wait-for-vmi-status` +| Waits for a specific virtual machine instance (VMI) status, then fails or succeeds according to that status. + +|`deployment/create-vm-from-manifest` +| Creates a VM from a manifest. +|=== \ No newline at end of file