mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix comment in CloudConfig s/Name/Service
This commit is contained in:
parent
0dea245978
commit
d6ea2296e8
@ -572,13 +572,13 @@ type CloudConfig struct {
|
|||||||
DisableStrictZoneCheck bool
|
DisableStrictZoneCheck bool
|
||||||
}
|
}
|
||||||
// [ServiceOverride "1"]
|
// [ServiceOverride "1"]
|
||||||
// Name = s3
|
// Service = s3
|
||||||
// Region = region1
|
// Region = region1
|
||||||
// Url = https://s3.foo.bar
|
// Url = https://s3.foo.bar
|
||||||
// SigningRegion = signing_region
|
// SigningRegion = signing_region
|
||||||
//
|
//
|
||||||
// [ServiceOverride "2"]
|
// [ServiceOverride "2"]
|
||||||
// Name = ec2
|
// Service = ec2
|
||||||
// Region = region2
|
// Region = region2
|
||||||
// Url = https://ec2.foo.bar
|
// Url = https://ec2.foo.bar
|
||||||
// SigningRegion = signing_region
|
// SigningRegion = signing_region
|
||||||
|
Loading…
Reference in New Issue
Block a user