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

    Interface IoK8sApiAppsV1DaemonSetUpdateStrategy

    DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

    interface IoK8sApiAppsV1DaemonSetUpdateStrategy {
        rollingUpdate?: IoK8sApiAppsV1RollingUpdateDaemonSet;
        type?: string;
    }
    Index

    Properties

    Rolling update config params. Present only if type = "RollingUpdate".

    type?: string

    Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.