File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ import (
17
17
func TestClientSettingsPoliciesTargetRefKind (t * testing.T ) {
18
18
t .Parallel ()
19
19
g := NewWithT (t )
20
+
20
21
k8sClient , err := getKubernetesClient (t )
21
22
g .Expect (err ).ToNot (HaveOccurred ())
23
+
22
24
tests := []struct {
23
25
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
24
26
name string
@@ -84,8 +86,10 @@ func TestClientSettingsPoliciesTargetRefKind(t *testing.T) {
84
86
func TestClientSettingsPoliciesTargetRefGroup (t * testing.T ) {
85
87
t .Parallel ()
86
88
g := NewWithT (t )
89
+
87
90
k8sClient , err := getKubernetesClient (t )
88
91
g .Expect (err ).ToNot (HaveOccurred ())
92
+
89
93
tests := []struct {
90
94
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
91
95
name string
@@ -133,8 +137,10 @@ func TestClientSettingsPoliciesTargetRefGroup(t *testing.T) {
133
137
func TestClientSettingsPoliciesKeepAliveTimeout (t * testing.T ) {
134
138
t .Parallel ()
135
139
g := NewWithT (t )
140
+
136
141
k8sClient , err := getKubernetesClient (t )
137
142
g .Expect (err ).ToNot (HaveOccurred ())
143
+
138
144
tests := []struct {
139
145
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
140
146
name string
You can’t perform that action at this time.
0 commit comments