Files
kubernetes/test/integration/apiserver
Andrea Nodari 3cb510e33e Make the creation of namespace using POST and PATCH consistent
PATCH verb is used when creating a namespace using server-side apply,
while POST verb is used when creating a namespace using client-side
apply.

The difference in path between the two ways to create a namespace led to
an inconsistency when calling webhooks. When server-side apply is used,
the request sent to webhooks has the field "namespace" populated with
the name of namespace being created. On the other hand, when using
client-side apply the "namespace" field is omitted.

This commit aims to make the behaviour consistent and populates the
"namespace" field when creating a namespace using POST verb (i.e.
client-side apply).
2020-10-01 18:05:49 +02:00
..
2020-09-02 10:49:40 -07:00
2020-02-08 12:30:21 -05:00
2020-09-02 10:48:26 -07:00
2020-09-14 09:24:41 -04:00
2020-02-08 12:30:21 -05:00
2020-09-14 09:24:40 -04:00