Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalSite-operator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
drupal
paas
drupalSite-operator
Merge requests
!187
Add Visibility for Intranet/Internet switching
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add Visibility for Intranet/Internet switching
nuthman/drupalsite-operator:master
into
master
Overview
2
Commits
3
Pipelines
4
Changes
3
Closed
Nassim Uthman
requested to merge
nuthman/drupalsite-operator:master
into
master
2 years ago
Overview
2
Commits
3
Pipelines
4
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
d0ef4a80
2 years ago
version 1
b526e404
2 years ago
master (base)
and
latest version
latest version
05cce0ed
3 commits,
2 years ago
version 2
d0ef4a80
2 commits,
2 years ago
version 1
b526e404
1 commit,
2 years ago
3 files
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
api/v1alpha1/drupalsite_types.go
+
5
−
0
Options
@@ -118,6 +118,11 @@ type Configuration struct {
// +kubebuilder:validation:Enum:=enable
// +optional
Easystart
string
`json:"easystart,omitempty"`
//Visibility when "cern", only accessible within cern network
// +kubebuilder:validation:Enum:=cern
// +optional
Visibility
string
`json:"visibility,omitempty"`
}
// ExtraConfigurationRepository injects the composer project and other supported configuration from a git repository
Loading