Fargate: Add stubs for new provider APIs

This commit is contained in:
Onur Filiz
2018-08-03 11:48:27 -07:00
committed by Onur Filiz
parent bcea8b955b
commit 4efc61d1ae
2 changed files with 7 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ func (p *FargateProvider) loadConfigFile(filePath string) error {
return err
}
// loadConfigStream loads the given Fargate provider TOML configuration stream.
// loadConfig loads the given Fargate provider TOML configuration stream.
func (p *FargateProvider) loadConfig(r io.Reader) error {
var config providerConfig
var q resource.Quantity