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

    Interface StartRuntimeSessionRequest

    interface StartRuntimeSessionRequest {
        appName: string;
        template: string;
        image: string;
        metadata: { [key: string]: string };
        imagePullAuth?: RuntimeImagePullAuth;
    }
    Index

    Properties

    appName: string
    template: string
    image: string
    metadata: { [key: string]: string }
    imagePullAuth?: RuntimeImagePullAuth