kubernetes/vendor/google.golang.org/protobuf/proto/reset.go

// Reset clears every field in the message.
// The resulting message shares no observable memory with its previous state
// other than the memory for the message itself.
func Reset(m Message) {}

func resetMessage(m protoreflect.Message) {}