@valon-technologies/gestalt
    Preparing search index...

    Interface StartRuntimeSessionRequest

    interface StartRuntimeSessionRequest {
        appName: string;
        template?: string;
        image?: string;
        metadata?: Record<string, string>;
        imagePullAuth?: RuntimeImagePullAuth;
    }
    Index

    Properties

    appName: string
    template?: string
    image?: string
    metadata?: Record<string, string>
    imagePullAuth?: RuntimeImagePullAuth