Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4e9087b6
Commit
4e9087b6
authored
Oct 10, 2019
by
João Cunha
Committed by
Rémy Coutable
Oct 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enables VPC-Native by default on cluster creation
parent
38aeeece
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
changelogs/unreleased/feature-default-cluster-to-vpc-enabled.yml
...ogs/unreleased/feature-default-cluster-to-vpc-enabled.yml
+5
-0
lib/google_api/cloud_platform/client.rb
lib/google_api/cloud_platform/client.rb
+3
-0
spec/lib/google_api/cloud_platform/client_spec.rb
spec/lib/google_api/cloud_platform/client_spec.rb
+3
-0
No files found.
changelogs/unreleased/feature-default-cluster-to-vpc-enabled.yml
0 → 100644
View file @
4e9087b6
---
title
:
Create clusters with VPC-Native enabled
merge_request
:
18284
author
:
type
:
changed
lib/google_api/cloud_platform/client.rb
View file @
4e9087b6
...
...
@@ -96,6 +96,9 @@ module GoogleApi
legacy_abac:
{
enabled:
legacy_abac
},
ip_allocation_policy:
{
use_ip_aliases:
true
},
addons_config:
enable_addons
.
each_with_object
({})
do
|
addon
,
hash
|
hash
[
addon
]
=
{
disabled:
false
}
end
...
...
spec/lib/google_api/cloud_platform/client_spec.rb
View file @
4e9087b6
...
...
@@ -102,6 +102,9 @@ describe GoogleApi::CloudPlatform::Client do
legacy_abac:
{
enabled:
legacy_abac
},
ip_allocation_policy:
{
use_ip_aliases:
true
},
addons_config:
addons_config
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment