Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d69fe11c
Unverified
Commit
d69fe11c
authored
Jul 19, 2016
by
Kenneth D. Evensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing gofmt errors
parent
274411b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
aws.go
pkg/cloudprovider/providers/aws/aws.go
+4
-4
No files found.
pkg/cloudprovider/providers/aws/aws.go
View file @
d69fe11c
...
@@ -304,10 +304,10 @@ type CloudConfig struct {
...
@@ -304,10 +304,10 @@ type CloudConfig struct {
//During the instantiation of an new AWS cloud provider, the detected region
//During the instantiation of an new AWS cloud provider, the detected region
//is validated against a known set of regions.
//is validated against a known set of regions.
//
//
//In a non-standard, AWS like environment (e.g. Eucalyptus), this check may
//In a non-standard, AWS like environment (e.g. Eucalyptus), this check may
//be undesirable. Setting this to true will disable the check and provide
//be undesirable. Setting this to true will disable the check and provide
//a warning that the check was skipped. Please note that this is an
//a warning that the check was skipped. Please note that this is an
//experimental feature and work-in-progress for the moment. If you find
//experimental feature and work-in-progress for the moment. If you find
//yourself in an non-AWS cloud and open an issue, please indicate that in the
//yourself in an non-AWS cloud and open an issue, please indicate that in the
//issue body.
//issue body.
DisableStrictZoneCheck
bool
DisableStrictZoneCheck
bool
...
...
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