Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blueprint-compiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
blueprint
blueprint-compiler
Merge requests
!5
Add concept of external script generation to the compiler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add concept of external script generation to the compiler
mongo_replication
into
main
Overview
0
Commits
3
Pipelines
0
Changes
5
Merged
Vaastav Anand
requested to merge
mongo_replication
into
main
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
5
Expand
Adds monog replication generation
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
fb68441f
3 commits,
1 year ago
5 files
+
149
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
generators/deploy/core_deployer.go
+
2
−
0
Options
@@ -14,6 +14,8 @@ type DeployInfo struct {
@@ -14,6 +14,8 @@ type DeployInfo struct {
PublicPorts
map
[
int
]
int
PublicPorts
map
[
int
]
int
NumReplicas
int
NumReplicas
int
Command
[]
string
Command
[]
string
Entrypoint
[]
string
Volumes
[]
string
}
}
func
NewDeployInfo
()
*
DeployInfo
{
func
NewDeployInfo
()
*
DeployInfo
{
Loading