File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ var _ = SIGDescribe("Network", func() {
81
81
nodeIP : ips [1 ],
82
82
}
83
83
84
- zero := int64 (0 )
85
-
86
84
// Create a pod to check the conntrack entries on the host node
87
85
// It mounts the host /proc/net folder to be able to access
88
86
// the nf_conntrack file with the host conntrack entries
@@ -125,7 +123,6 @@ var _ = SIGDescribe("Network", func() {
125
123
},
126
124
},
127
125
},
128
- TerminationGracePeriodSeconds : & zero ,
129
126
},
130
127
}
131
128
fr .PodClient ().CreateSync (hostExecPod )
@@ -164,7 +161,6 @@ var _ = SIGDescribe("Network", func() {
164
161
},
165
162
},
166
163
},
167
- TerminationGracePeriodSeconds : & zero ,
168
164
},
169
165
}
170
166
@@ -198,7 +194,6 @@ var _ = SIGDescribe("Network", func() {
198
194
},
199
195
},
200
196
},
201
- TerminationGracePeriodSeconds : & zero ,
202
197
},
203
198
}
204
199
You can’t perform that action at this time.
0 commit comments