mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 06:47:34 +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