1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 package types 5 6 // PatchStrategicMerge represents a relative path to a 7 // stategic merge patch with the format 8 // https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/strategic-merge-patch.md 9 type PatchStrategicMerge string 10