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

    Interface IoK8sApiCoreV1SleepAction

    SleepAction describes a "sleep" action.

    interface IoK8sApiCoreV1SleepAction {
        seconds: number;
    }
    Index

    Properties

    Properties

    seconds: number

    Seconds is the number of seconds to sleep.

    int64