mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
Automatic merge from submit-queue Move PatchType to apimachinery/pkg/types Fixes https://github.com/kubernetes/kubernetes/issues/39970 `PatchType` is shared by the client and server, they have to agree, and its critical for our API to function. @smarterclayton @kubernetes/sig-api-machinery-misc