Fixing gofmt errors

parent 274411b9
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment