Skip to content

Commit

Permalink
[Improvement-1457] Update copyright year and kind repo declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshiwen committed Apr 11, 2021
1 parent e7409e5 commit d991b28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/builtin/kind/client.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
Copyright 2020 The KubeVela Authors.
Copyright 2021 The KubeVela Authors.
The code is inspired from the Kind repo at https://github.com/kubernetes-sigs/kind/blob/main/pkg/cmd/kind/load/docker-image/docker-image.go
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,7 +39,6 @@ func LoadDockerImages(imageNames []string) error {
return LoadDockerImagesWithFlags(imageNames, "", nil)
}

// LoadDockerImagesWithFlags refer to https://github.com/kubernetes-sigs/kind/blob/main/pkg/cmd/kind/load/docker-image/docker-image.go
func LoadDockerImagesWithFlags(imageNames []string, flagName string, flagNodes []string) error {
provider := cluster.NewProvider(
cluster.ProviderWithDocker(),
Expand Down

0 comments on commit d991b28

Please sign in to comment.