mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
remove TODO for Create in provider.go
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user