remove TODO for Create in provider.go

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero
2022-03-29 02:01:32 +08:00
parent ee7ee06463
commit e6113b2cd5

View File

@@ -169,7 +169,6 @@ func ProviderWithPodman() ProviderOption {
}
// Create provisions and starts a kubernetes-in-docker cluster
// TODO: move name to an option to override config
func (p *Provider) Create(name string, options ...CreateOption) error {
// apply options
opts := &internalcreate.ClusterOptions{