MDAA TS Docs
    Preparing search index...

    Interface KubernetesCmdProps

    interface KubernetesCmdProps {
        cluster: MdaaEKSCluster;
        cmd: string[];
        executionKey?: string;
        expectedOutput?: string;
        namespace?: string;
        timeout?: Duration;
    }
    Index

    Properties

    cmd: string[]
    executionKey?: string
    expectedOutput?: string
    namespace?: string
    timeout?: Duration

    Timeout duration for kubectl command execution enabling controlled operation timing and failure handling