We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17944cf commit 16aba1cCopy full SHA for 16aba1c
controllers/tests/suite_test.go
@@ -280,7 +280,6 @@ func GetNodePort(portAmount int32) int32 {
280
if k8sClient == nil {
281
fmt.Println("WARNING: k8sClient not initialized yet skipping Kubernetes service check")
282
} else {
283
-
284
var serviceList corev1.ServiceList
285
if err := k8sClient.List(context.Background(), &serviceList); err == nil {
286
fmt.Printf("GetNodePort: Found %d services to check for nodeports\n", len(serviceList.Items))
0 commit comments