Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
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 Platform
Merge requests
!192
add mail type
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add mail type
292-feduc-email-notification-in-case-of-a-cluster-becoming-unavailable
into
develop
Overview
0
Commits
12
Pipelines
1
Changes
14
Merged
Karol Beyrowski
requested to merge
292-feduc-email-notification-in-case-of-a-cluster-becoming-unavailable
into
develop
2 months ago
Overview
0
Commits
12
Pipelines
1
Changes
14
Expand
add creation of file in case of missing
Related to
#292 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b1e6adbe
12 commits,
2 months ago
14 files
+
277
−
25
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
src/main/java/net/geant/nmaas/externalservices/kubernetes/api/model/RemoteClusterView.java
+
2
−
0
Options
@@ -43,4 +43,6 @@ public class RemoteClusterView {
@@ -43,4 +43,6 @@ public class RemoteClusterView {
private
OffsetDateTime
currentStateSince
;
private
OffsetDateTime
currentStateSince
;
private
String
contactEmail
;
}
}
\ No newline at end of file
Loading