@hashgraph/solo
    Preparing search index...

    Interface NetworkDestroyContext

    interface NetworkDestroyContext {
        checkTimeout: boolean;
        config: {
            contexts: string[];
            deletePvcs: boolean;
            deleteSecrets: boolean;
            deployment: string;
            enableTimeout: boolean;
            force: boolean;
            namespace: NamespaceName;
        };
    }
    Index

    Properties

    Properties

    checkTimeout: boolean
    config: {
        contexts: string[];
        deletePvcs: boolean;
        deleteSecrets: boolean;
        deployment: string;
        enableTimeout: boolean;
        force: boolean;
        namespace: NamespaceName;
    }