modal
    Preparing search index...

    Type Alias SidecarGetParams

    Options for SidecarService.get().

    type SidecarGetParams = {
        includeTerminated?: boolean;
    }
    Index

    Properties

    includeTerminated?: boolean

    If true, return the latest container with the name even if it has terminated.