Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Merge requests
!179
294 add domain to cluster
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
294 add domain to cluster
294-add-domain-to-cluster
into
develop
Overview
0
Commits
4
Pipelines
2
Changes
5
Merged
Karol Beyrowski
requested to merge
294-add-domain-to-cluster
into
develop
2 months ago
Overview
0
Commits
4
Pipelines
2
Changes
5
Expand
nmaas-platform#291 (closed)
Edited
2 months ago
by
Karol Beyrowski
0
0
Merge request reports
Compare
develop
version 1
9f311c12
2 months ago
develop (base)
and
latest version
latest version
b9067284
4 commits,
2 months ago
version 1
9f311c12
3 commits,
2 months ago
5 files
+
128
−
55
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/app/model/cluster-manager.ts
+
1
−
0
Options
@@ -14,4 +14,5 @@ export class ClusterManager {
public
deployment
:
ClusterDeployment
;
public
externalNetworks
:
ClusterExtNetwork
[]
public
domainNames
:
string
[];
public
state
:
string
;
}
\ No newline at end of file
Loading