File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
keps/sig-network/2086-service-internal-traffic-policy Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,11 @@ New Services should be able to set the `internalTrafficPolicy` field. Existing S
209
209
210
210
There will be unit tests to verify that apiserver will drop the field when the ` ServiceInternalTrafficPolicy ` feature gate is disabled.
211
211
212
+ Tests added so far:
213
+ * https://github.com/kubernetes/kubernetes/blob/0038bcfad495a0458372867a77c8ca646f361c40pkg/registry/core/service/strategy_test.go#L368-L390
214
+ * https://github.com/kubernetes/kubernetes/blob/0038bcfad495a0458372867a77c8ca646f361c40/pkg/registry/core/service/storage/storage_test.go#L682-L684
215
+ * https://github.com/kubernetes/kubernetes/blob/0038bcfad495a0458372867a77c8ca646f361c40/test/integration/service/service_test.go
216
+
212
217
### Rollout, Upgrade and Rollback Planning
213
218
214
219
_ This section must be completed when targeting beta graduation to a release._
You can’t perform that action at this time.
0 commit comments