@edgible-team/sdk
    Preparing search index...

    Interface StackChange

    One difference between the deployed canonical doc and the declared one.

    interface StackChange {
        from: unknown;
        path: string;
        to: unknown;
    }
    Index

    Properties

    Properties

    from: unknown
    path: string

    Dotted path into the document (spec.workloads[0].image); <root> at top.

    to: unknown