@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface CreateRuntimePayload

    interface CreateRuntimePayload {
        env_vars?: Record<string, string>;
        image: string;
        name: string;
        port: number;
        resources?: ResourceSpec;
        tags?: string[];
    }
    Index

    Properties

    env_vars?: Record<string, string>
    image: string
    name: string
    port: number
    resources?: ResourceSpec
    tags?: string[]