UpdateSharedInfraRequest: {
    description?: string;
    extraRepositories?: ExtraRepositoriesRequest[];
    name?: string;
    repoBaseBranch?: string;
    repoUrl?: string;
}

Type declaration

  • Optionaldescription?: string

    Shared infrastructure description.

  • OptionalextraRepositories?: ExtraRepositoriesRequest[]

    Extra repository for this application.

  • Optionalname?: string

    Shared infrastructure name.

  • OptionalrepoBaseBranch?: string

    Shared infrastructure repository base branch.

  • OptionalrepoUrl?: string

    Shared infrastructure repository URL.