File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
cronjob-tutorial/testdata/project/test/utils
getting-started/testdata/project/test/utils
multiversion-tutorial/testdata/project/test/utils
pkg/plugins/golang/v4/scaffolds/internal/templates/test/utils
project-v4-multigroup-with-deploy-image/test/utils
project-v4-multigroup/test/utils
project-v4-with-deploy-image/test/utils
project-v4-with-grafana/test/utils Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ func InstallCertManager() error {
296
296
return err
297
297
}
298
298
299
- // LoadImageToKindCluster loads a local docker image to the kind cluster
299
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
300
300
func LoadImageToKindClusterWithName(name string) error {
301
301
cluster := " kind"
302
302
if v, ok := os.LookupEnv(" KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ func InstallCertManager() error {
128
128
return err
129
129
}
130
130
131
- // LoadImageToKindCluster loads a local docker image to the kind cluster
131
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
132
132
func LoadImageToKindClusterWithName(name string) error {
133
133
cluster := "kind"
134
134
if v, ok := os.LookupEnv("KIND_CLUSTER"); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func InstallCertManager() error {
103
103
return err
104
104
}
105
105
106
- // LoadImageToKindCluster loads a local docker image to the kind cluster
106
+ // LoadImageToKindClusterWithName loads a local docker image to the kind cluster
107
107
func LoadImageToKindClusterWithName (name string ) error {
108
108
cluster := "kind"
109
109
if v , ok := os .LookupEnv ("KIND_CLUSTER" ); ok {
You can’t perform that action at this time.
0 commit comments