@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1KubeVirtWorkloadUpdateStrategy

    KubeVirtWorkloadUpdateStrategy defines options related to updating a KubeVirt install

    interface V1KubeVirtWorkloadUpdateStrategy {
        batchEvictionInterval?: string;
        batchEvictionSize?: number;
        workloadUpdateMethods?: string[];
    }
    Index

    Properties

    batchEvictionInterval?: string

    BatchEvictionInterval Represents the interval to wait before issuing the next batch of shutdowns

    Defaults to 1 minute

    batchEvictionSize?: number

    BatchEvictionSize Represents the number of VMIs that can be forced updated per the BatchShutdownInteral interval

    Defaults to 10

    int32

    workloadUpdateMethods?: string[]

    WorkloadUpdateMethods defines the methods that can be used to disrupt workloads during automated workload updates. When multiple methods are present, the least disruptive method takes precedence over more disruptive methods. For example if both LiveMigrate and Shutdown methods are listed, only VMs which are not live migratable will be restarted/shutdown

    An empty list defaults to no automated workload updating