Type Alias entity_Stack

entity_Stack: {
    creationTimestamp?: string;
    description?: string;
    desiredVersion?: string;
    displayName?: string;
    id?: number;
    labels?: string[];
    lastAppliedRevision?: string;
    lastAppliedTimestamp?: string;
    lastGeneratedRevision?: string;
    lastPreviewedRevision?: string;
    name?: string;
    owners?: string[];
    path?: string;
    project?: entity_Project;
    syncState?: constant_StackState;
    type?: string;
    updateTimestamp?: string;
}

Type declaration

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the stack.

  • Optionaldescription?: string

    Description is a human-readable description of the stack.

  • OptionaldesiredVersion?: string

    Desired is the desired version of stack.

  • OptionaldisplayName?: string

    DisplayName is the human-readable display nams.

  • Optionalid?: number

    ID is the id of the stack.

  • Optionallabels?: string[]

    Labels are custom labels associated with the stack.

  • OptionallastAppliedRevision?: string

    LastAppliedRevision is the spec ID of the last apply operation for the stack.

  • OptionallastAppliedTimestamp?: string

    LastAppliedTimestamp is the timestamp of the last apply operation for the stack.

  • OptionallastGeneratedRevision?: string

    LastGeneratedRevision is the spec ID of the last generate operation for the stack.

  • OptionallastPreviewedRevision?: string

    LastPreviewedRevision is the spec ID of the last preview operation for the stack.

  • Optionalname?: string

    Name is the name of the stack.

  • Optionalowners?: string[]

    Owners is a list of owners for the stack.

  • Optionalpath?: string

    Path is the relative path of the stack within the sourcs.

  • Optionalproject?: entity_Project

    Project is the project associated with the stack.

  • OptionalsyncState?: constant_StackState

    SyncState is the current state of the stack.

  • Optionaltype?: string

    Type is the type of the stack.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the stack.