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

    Interface IoK8sApiAppsV1DeploymentStrategy

    DeploymentStrategy describes how to replace existing pods with new ones.

    interface IoK8sApiAppsV1DeploymentStrategy {
        rollingUpdate?: IoK8sApiAppsV1RollingUpdateDeployment;
        type?: string;
    }
    Index

    Properties

    Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

    type?: string

    Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.