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

    Interface IoK8sApiAppsV1StatefulSetUpdateStrategy

    StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

    interface IoK8sApiAppsV1StatefulSetUpdateStrategy {
        rollingUpdate?: IoK8sApiAppsV1RollingUpdateStatefulSetStrategy;
        type?: string;
    }
    Index

    Properties

    RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

    type?: string

    Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.